Skip to content

Commit

Permalink
Error Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulc55 committed Nov 22, 2019
1 parent 788533f commit 65986b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-tomcat-sample-docker/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {

stage('Create Tomcat Docker Image'){
steps {
sh 'docker build . -t tomcatsamplewebapp:${env.BUILD_ID}'
sh "docker build . -t tomcatsamplewebapp:${env.BUILD_ID}"
}
}

Expand Down

0 comments on commit 65986b5

Please sign in to comment.