From 1e09c3281d409a83969f45710d4a6c73185df57e Mon Sep 17 00:00:00 2001 From: Abhilasha2479 <58873489+Abhilasha2479@users.noreply.github.com> Date: Mon, 20 Jan 2020 00:07:58 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ce61da1..c8c449f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ node { stage('Build image') { /* This builds the actual image */ - app = docker.build("anandr72/nodeapp") + app = docker.build("abhilashar/node-app") } stage('Test image') {