Try comment out post condition
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
82c61a8caf
commit
8bda2bbde5
|
@ -59,16 +59,16 @@ pipeline {
|
|||
docker compose cp php:/report/phpunit.xml ./phpunit.xml
|
||||
"""
|
||||
}
|
||||
post {
|
||||
success {
|
||||
script {
|
||||
docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") {
|
||||
docker.image("${DOCKER_IDENTITY}").push()
|
||||
docker.image("${DOCKER_IDENTITY_NGINX}").push()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// post {
|
||||
// success {
|
||||
// script {
|
||||
// docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") {
|
||||
// docker.image("${DOCKER_IDENTITY}").push()
|
||||
// docker.image("${DOCKER_IDENTITY_NGINX}").push()
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
|
Loading…
Reference in New Issue