Skip to content

Commit

Permalink
Merge pull request #416 from NickPhura/ACRFD-50-2
Browse files Browse the repository at this point in the history
ACRFD-50-2: Add missing quote.
  • Loading branch information
NickPhura authored Aug 12, 2019
2 parents 0d98ff0 + 1cb5286 commit c3d1577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
steps {
script {
try {
notifyBuild(Building: ${env.JOB_NAME} ${env.BUILD_ID}", "YELLOW")
notifyBuild("Building: ${env.JOB_NAME} ${env.BUILD_ID}", "YELLOW")
echo "Building: env.JOB_NAME=${env.JOB_NAME} env.BUILD_ID=${env.BUILD_ID}"
openshiftBuild bldCfg: 'angular-on-nginx-master-build-angular-app-build', showBuildLogs: 'true'
} catch (e) {
Expand Down

0 comments on commit c3d1577

Please sign in to comment.