Update Jenkinsfile

This commit is contained in:
Zheyuan Wu
2025-07-06 12:55:41 -05:00
parent e497dab44e
commit 5995625262

2
Jenkinsfile vendored
View File

@@ -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}"