Explorar el Código

Added Jenkinsfile

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

+ 7
- 0
Jenkinsfile Ver fichero

@@ -8,5 +8,12 @@ terraform init'''
}
}

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

}
}

Cargando…
Cancelar
Guardar