diff --git a/Jenkinsfile b/Jenkinsfile index 1f82ee6..a684d39 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ node { /* This builds the actual image; synonymous to * docker build on the command line */ - app = docker.build("edureka1/edureka") + app = docker.build("anhnv33/app-test") } stage('Test image') {