Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
devops0776
/
devops0776-cicd-lab
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Added Jenkinsfile
master
devops0776
hace 1 año
padre
07d3e839e2
commit
8977c3b792
Se han
modificado 1 ficheros
con
3 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
3
2
Jenkinsfile
+ 3
- 2
Jenkinsfile
Ver fichero
@@ -1,9 +1,10 @@
pipeline {
agent any
stages {
stage('
Tes
t') {
stage('
Ini
t') {
steps {
echo 'This is a Test step.'
sh '''export PATH=$PATH:/var/jenkins_home
terraform init'''
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar