Ver código fonte

Added Jenkinsfile

master
devopsd246 1 ano atrás
pai
commit
a9ad703e10
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver arquivo

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


Carregando…
Cancelar
Salvar