Skip to content

Commit

Permalink
feat: Jenkinsfile 체크아웃 코드 가져오는 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rimeir committed Oct 22, 2024
1 parent 43b4f96 commit b454408
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pipeline {
}

stages {
stage('Checkout') {
steps {
checkout scm
}
}

stage('Build') {
steps {
script {
Expand Down

0 comments on commit b454408

Please sign in to comment.