Skip to content

Commit aecffa4

Browse files
pimtegelaargmessner
authored andcommitted
A pipeline that is waiting for a manual step to be executed will get the status manual (#147)
1 parent bb4f79c commit aecffa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gitlab4j/api/models/PipelineStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
public enum PipelineStatus {
1313

14-
RUNNING, PENDING, SUCCESS, FAILED, CANCELED, SKIPPED;
14+
RUNNING, PENDING, SUCCESS, FAILED, CANCELED, SKIPPED, MANUAL;
1515

1616
private static Map<String, PipelineStatus> valuesMap = new HashMap<>(6);
1717
static {

0 commit comments

Comments
 (0)