Explorar el Código

hello world

master
evan1996 hace 1 mes
padre
commit
e787fd5f5f
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Ver fichero

@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Test') {
steps {
echo 'Hello World'
}
}

}
}

Cargando…
Cancelar
Guardar