From f8394a7b165b57c2a503a635adea9fd9af0d7d33 Mon Sep 17 00:00:00 2001 From: Prosper A Asabouk Date: Thu, 25 Aug 2022 00:00:45 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 23929f0..a318d46 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ node { def DOCKER_HOME = tool name: 'docker-latest' def GRADLE_HOME = tool name: 'gradle-4.10.2', type: 'hudson.plugins.gradle.GradleInstallation' def REPO_URL = 'https://github.com/cloudacademy/devops-webapp.git' - def DOCKERHUB_REPO = 'cloudacademydevops/webapp' + def DOCKERHUB_REPO = 'prospee/dockarize-images' stage('Clone') { git url: REPO_URL @@ -43,4 +43,4 @@ node { } */ } -//END-OF-SCRIPT \ No newline at end of file +//END-OF-SCRIPT