From 30c37b6ce4de2dec2f847542b02c43cfa9622900 Mon Sep 17 00:00:00 2001 From: tharunreddyv <163714449+tharunreddyv@users.noreply.github.com> Date: Fri, 7 Jun 2024 12:43:29 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ce61da1..5fb5963 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("vtk123/nodeapp") } stage('Test image') {