Explicit checkout

pull/12/head
Nicolas Arenas 2024-10-23 00:54:53 +02:00
parent c8e0fe69c6
commit dc894ad22b
1 changed files with 6 additions and 1 deletions

7
Jenkinsfile vendored
View File

@ -16,6 +16,11 @@ pipeline {
}
stages {
stage ("Checkout") {
steps {
checkout scm
}
}
stage('Build Environment') {
steps {
script {
@ -33,7 +38,7 @@ pipeline {
}
}
}
// stage(('Prepare Docker Composer')) {
// steps {
// sh """