Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
devops1d250
/
devops1d250-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
devops1d250
hace 2 meses
commit
2c29116897
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 'This is a test.'
}
}
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar