devopsde80 hace 8 meses
padre
commit
5944ffee3d
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile Ver fichero

@@ -9,5 +9,13 @@ terraform init'''
}
}

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

terraform plan'''
}
}

}
}

Cargando…
Cancelar
Guardar