We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000677d commit 5b3eff3Copy full SHA for 5b3eff3
1 file changed
Jenkinsfile
@@ -38,7 +38,7 @@ node {
38
}
39
40
def buildType = 'install'
41
- if ("${env.BRANCH_NAME}".equals('develop')) {
+ if ('develop'.equals(env.BRANCH_NAME)) {
42
buildType = 'deploy'
43
44
0 commit comments