Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
restore changes in jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjii79 committed Jan 25, 2024
1 parent 7978c6c commit 7067808
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ pipeline {
// Run inside JAVA_IMAGE container on NODE_LABEL host.
agent {
docker {
//registryCredentialsId HARBOR_CREDS
//registryUrl HARBOR_URL
registryCredentialsId HARBOR_CREDS
registryUrl HARBOR_URL
image JAVA_IMAGE
label NODE_LABEL
}
Expand Down Expand Up @@ -161,8 +161,8 @@ pipeline {
}
agent {
docker {
//registryCredentialsId HARBOR_CREDS
//registryUrl HARBOR_URL
registryCredentialsId HARBOR_CREDS
registryUrl HARBOR_URL
image JAVA_IMAGE
label NODE_LABEL
}
Expand Down Expand Up @@ -203,8 +203,8 @@ pipeline {
}
agent {
docker {
//registryCredentialsId HARBOR_CREDS
//registryUrl HARBOR_URL
registryCredentialsId HARBOR_CREDS
registryUrl HARBOR_URL
image JAVA_IMAGE
label NODE_LABEL
}
Expand Down Expand Up @@ -244,8 +244,8 @@ pipeline {
}
agent {
docker {
//registryCredentialsId HARBOR_CREDS
//registryUrl HARBOR_URL
registryCredentialsId HARBOR_CREDS
registryUrl HARBOR_URL
image JAVA_IMAGE
label NODE_LABEL
}
Expand Down

0 comments on commit 7067808

Please sign in to comment.