Skip to content

Commit

Permalink
Fix Jenkinsfile-release sortMode
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Sep 29, 2022
1 parent 9ecd56b commit d04dff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
parameters {
string(name: 'version', defaultValue: '0.0.0.Qualifier', description: 'Release version')
string(name: 'nextVersion', defaultValue: '', description: 'Next release (blank to stay on current SNAPSHOT)')
gitParameter(name: 'branch', defaultValue: 'origin/master', branchFilter: 'origin/(.*)', type: 'PT_BRANCH', description: 'Branch to release from', sort: 'DESCENDING_SMART')
gitParameter(name: 'branch', defaultValue: 'origin/master', branchFilter: 'origin/(.*)', type: 'PT_BRANCH', description: 'Branch to release from', sortMode: 'DESCENDING_SMART')
}

options {
Expand Down

0 comments on commit d04dff2

Please sign in to comment.