Explicit checkout
parent
c8e0fe69c6
commit
dc894ad22b
|
@ -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 """
|
||||
|
|
Loading…
Reference in New Issue