Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
devopsc7c9
/
devopsc7c9-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
devopsc7c9
hace 8 meses
commit
735f5ab35c
Se han
modificado 1 ficheros
con
11 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
11
0
Jenkinsfile
+ 11
- 0
Jenkinsfile
Ver fichero
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Test') {
steps {
echo 'Test stage'
}
}
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar