Skip to content

Commit 2af3c1d

Browse files
committed
Milestone ordinals
1 parent a469ea5 commit 2af3c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ pipeline {
6868

6969
steps {
7070
// Prevent older builds from being released.
71-
milestone(label: 'Release Guardian')
71+
milestone(ordinal: 1, label: 'Release Guardian')
7272

7373
echo 'Building for release.'
7474
echo '$RELEASE'
7575
echo './gradlew build publish --stacktrace --warn'
7676

77-
milestone(label: 'Release')
77+
milestone(ordinal: 2, label: 'Release')
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)