Skip to content

Commit c9a2fbe

Browse files
Add WAITING_FOR_RESOURCE to job scopes (#1239)
1 parent bc1d0c7 commit c9a2fbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitlab4j-models/src/main/java/org/gitlab4j/models/Constants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ public enum JobScope {
443443
SUCCESS,
444444
CANCELED,
445445
SKIPPED,
446-
MANUAL;
446+
MANUAL,
447+
WAITING_FOR_RESOURCE;
447448

448449
private static JacksonJsonEnumHelper<JobScope> enumHelper = new JacksonJsonEnumHelper<>(JobScope.class);
449450

0 commit comments

Comments
 (0)