Add Jenkinsfile
Opengnsys/prueba/pipeline/head There was a failure building this commit
Details
Opengnsys/prueba/pipeline/head There was a failure building this commit
Details
parent
da473a2a05
commit
854c6fabb5
|
@ -0,0 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Hello, World!'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue