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 2246f1b commit 5dae427Copy full SHA for 5dae427
Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
33
34
sonar_org = 'oracle'
35
sonar_project_key = "${sonar_org}_weblogic-toolkit-ui"
36
- sonar_branch = sh(returnStdout: true, script: "echo ${env.GIT_BRANCH} | awk -F/ '{ print $2 }'").trim()
+ sonar_branch = sh(returnStdout: true, script: 'echo ${env.GIT_BRANCH} | awk -F/ \'{ print $2 }\'').trim()
37
}
38
stages {
39
stage('Compute file version number') {
0 commit comments