Sfoglia il codice sorgente

Added Jenkinsfile

master
J_Hayward 4 mesi fa
parent
commit
d4edbf110f
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9
    0
      Jenkinsfile

+ 9
- 0
Jenkinsfile Vedi File

@@ -25,5 +25,14 @@ terraform apply -auto-approve'''
}
}

stage('Destroy') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home

terraform destroy -auto-approve
'''
}
}

}
}

Loading…
Annulla
Salva