Explorar el Código

Added Jenkinsfile

master
devops0776 hace 1 año
padre
commit
8977c3b792
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile Ver fichero

@@ -1,9 +1,10 @@
pipeline {
agent any
stages {
stage('Test') {
stage('Init') {
steps {
echo 'This is a Test step.'
sh '''export PATH=$PATH:/var/jenkins_home
terraform init'''
}
}


Cargando…
Cancelar
Guardar