From 599562526224f77948d683e500129133f45ca6fe Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Sun, 6 Jul 2025 12:55:41 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 95ac931..ec10c15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { steps { script { echo "Building docker image ${registry}:${version}.${env.BUILD_ID}" - def customImage = docker.build("${registry}:v${version}.${env.BUILD_ID}", "--no-cache") + def customImage = docker.build("${registry}:v${version}.${env.BUILD_ID}") // echo "Logging in to docker hub" // docker.withRegistry('https://registry.hub.docker.com', 'docker-hub-creds') { // echo "Pushing docker image ${registry}:v${version}.${env.BUILD_ID}"