Explorar el Código

Added Jenkinsfile

admin %!s(int64=2) %!d(string=hace) años
padre
commit
af3b1f57c5
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      Jenkinsfile

+ 11 - 0
Jenkinsfile

@ -0,0 +1,11 @@
1
pipeline {
2
  agent any
3
  stages {
4
    stage('error') {
5
      steps {
6
        echo 'Hello World'
7
      }
8
    }
9
10
  }
11
}