Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
arepo
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
1
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add Jenkinsfile
pull/2/head
10sr
hace 5 años
padre
54825a5d42
commit
9468166c08
Se han
modificado 1 ficheros
con
11 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+11
-0
Jenkinsfile
+ 11
- 0
Jenkinsfile
Ver fichero
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('truestage') {
steps {
echo 'true'
}
}
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar