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

Commit

Permalink
must be in newAPI to build
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed May 17, 2024
1 parent 4845c85 commit 968628c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions newAPI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ pipeline {
}

stage('Build Docker Image') {
steps {
script {
dockerImage = docker.build("${DOCKERHUB_REPO}")
dir('newAPI') {
steps {
script {
dockerImage = docker.build("${DOCKERHUB_REPO}")
}
}
}
}
Expand Down

0 comments on commit 968628c

Please sign in to comment.