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 10 meses
commit
9e954b935a
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 step.'
}
}
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar