소스 검색

Added Jenkinsfile

master
oalegria182 1 개월 전
부모
커밋
8a9b62e6a9
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile 파일 보기

@@ -15,5 +15,12 @@ terraform plan'''
}
}

stage('Apply') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform apply -auto-approve'''
}
}

}
}

Loading…
취소
저장