ci043-add-jenkins-ci #13

Merged
jared merged 36 commits from ci043-add-jenkins-ci into development 2025-06-25 16:40:38 +02:00
Showing only changes of commit be61814b58 - Show all commits

8
Jenkinsfile vendored
View File

@@ -46,12 +46,14 @@ pipeline {
stage('Push image in gitea registry') {
steps {
docker.withRegistry("${ REGISTRY }", 'docker-login') {
docker.build("${ IMAGE }").push('latest')
script {
docker.withRegistry("${ REGISTRY }", 'docker-login') {
docker.build("${ IMAGE }").push('latest')
}
}
}
}
}
}
post {
success {