瀏覽代碼

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…
取消
儲存