mirror of
https://github.com/30hours/blah2.git
synced 2024-11-18 12:33:58 +00:00
Forgot 1 layer of script in Jenkins
This commit is contained in:
parent
76d83721eb
commit
0b6c085131
1 changed files with 6 additions and 5 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -29,13 +29,14 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Push') {
|
stage('Push') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Pushing the application'
|
script {
|
||||||
|
echo 'Pushing the application'
|
||||||
|
|
||||||
docker.withRegistry("${GHCR_REGISTRY}", "${GHCR_TOKEN}") {
|
docker.withRegistry("${GHCR_REGISTRY}", "${GHCR_TOKEN}") {
|
||||||
blah2.push()
|
blah2.push()
|
||||||
blah2_api.push()
|
blah2_api.push()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue