Sfoglia il codice sorgente

Added Jenkinsfile

master
evan1996 1 mese fa
parent
commit
f07c932b9d
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile Vedi File

@@ -22,5 +22,12 @@ terraform apply -auto-approve'''
}
}

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

}
}

Loading…
Annulla
Salva