Explorar el Código

Added Jenkinsfile

master
oalegria182 hace 1 mes
padre
commit
8a9b62e6a9
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile Ver fichero

@@ -15,5 +15,12 @@ terraform plan'''
}
}

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

}
}

Cargando…
Cancelar
Guardar