Explicit checkout
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
6c8af6825e
commit
cf2844676c
|
@ -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