Explorar el Código

Added Jenkinsfile

master
devopsc7c9 hace 8 meses
commit
735f5ab35c
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 'Test stage'
}
}

}
}

Cargando…
Cancelar
Guardar