Explorar el Código

Added Jenkinsfile

master
devops8f4d hace 8 meses
padre
commit
9dd5494765
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile Ver fichero

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

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

terraform plan'''
}
}

}
}

Cargando…
Cancelar
Guardar