Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
devops95ca
/
devops95ca-cicd-lab
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Test
master
devops95ca
hace 4 meses
commit
2b5c40cbd7
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 'TestStage'
}
}
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar