We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9371f46 commit 5d64449Copy full SHA for 5d64449
Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
41
42
stage('Beta Release') {
43
when {
44
- branch 'master'
+ branch 'latest'
45
}
46
steps {
47
sh '''
0 commit comments