소스 검색

Added Jenkinsfile

master
devopsd246 1 년 전
부모
커밋
a9ad703e10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 파일 보기

@@ -18,7 +18,7 @@ terraform plan'''
stage('Apply') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform apply -auto-approve'''
terraform apply -auto-approve'''
}
}


Loading…
취소
저장