Explorar el Código

Added Jenkinsfile

master
devops8f4d hace 8 meses
padre
commit
0ba4efc53f
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5
    2
      Jenkinsfile

+ 5
- 2
Jenkinsfile Ver fichero

@@ -1,9 +1,12 @@
pipeline {
agent any
stages {
stage('Test') {
stage('Init') {
steps {
echo 'Hi'
sh '''export PATH=$PATH:/var/jenkins_home


terraform init'''
}
}


Cargando…
Cancelar
Guardar