Skip to content

Commit 5dae427

Browse files
committed
fixing error
1 parent 2246f1b commit 5dae427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333

3434
sonar_org = 'oracle'
3535
sonar_project_key = "${sonar_org}_weblogic-toolkit-ui"
36-
sonar_branch = sh(returnStdout: true, script: "echo ${env.GIT_BRANCH} | awk -F/ '{ print $2 }'").trim()
36+
sonar_branch = sh(returnStdout: true, script: 'echo ${env.GIT_BRANCH} | awk -F/ \'{ print $2 }\'').trim()
3737
}
3838
stages {
3939
stage('Compute file version number') {

0 commit comments

Comments
 (0)