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

Commit

Permalink
move dir into steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed May 17, 2024
1 parent 968628c commit 1f045fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newAPI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pipeline {
}

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

0 comments on commit 1f045fc

Please sign in to comment.