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 f2dd50c16e - Show all commits

1
Jenkinsfile vendored
View File

@@ -45,6 +45,7 @@ pipeline {
// } // }
stage('Push image in gitea registry') { stage('Push image in gitea registry') {
echo 'Start Pushing'
steps { steps {
script { script {
docker.withRegistry("${ REGISTRY }", 'docker-login') { docker.withRegistry("${ REGISTRY }", 'docker-login') {