Explorar el Código

Added Jenkinsfile

master
devopsde80 hace 10 meses
padre
commit
e5db8d4e2d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      Jenkinsfile

+ 3
- 1
Jenkinsfile Ver fichero

@@ -3,7 +3,9 @@ pipeline {
stages {
stage('Test') {
steps {
echo 'Test message'
sh '''export PATH=$PATH:/var/jenkins_home

terraform init'''
}
}


Cargando…
Cancelar
Guardar