Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn0410 authored Jan 29, 2024
1 parent 486c91b commit e5ee7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
stage('Build') {
steps {
script{
docker.withRegistry("nexus-docker-2"){
docker.withRegistry('https://docker.openmsa.monster', "nexus-docker-2"){
sh "pwd"
sh "chmod u+x ./gradlew"
sh "skaffold build -p dev -t ${TAG}"
Expand Down

0 comments on commit e5ee7a7

Please sign in to comment.