Skip to content

Commit

Permalink
fixed jenkinsfile job names
Browse files Browse the repository at this point in the history
  • Loading branch information
devopshydclub committed May 21, 2020
1 parent 18bd909 commit a6743bf
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 @@ -51,7 +51,7 @@ pipeline {

stage ('Staging Deployment'){
steps {
build job: 'Vprofile-Deploy-to-Staging'
build job: 'vprofile-deploy-to-staging'
}
}
}
Expand Down

0 comments on commit a6743bf

Please sign in to comment.