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 083efb3aec - Show all commits

4
Jenkinsfile vendored
View File

@@ -48,8 +48,8 @@ pipeline {
steps {
echo 'Start Pushing'
script {
docker.withRegistry('https://gitea.innovation-hub-niedersachsen.de/', '74a7c9bb-c80f-4699-ab0e-f98fb2f9a8e6') {
docker.build('innohub/-/tatort-app').push('latest')
docker.withRegistry('https://gitea.innovation-hub-niedersachsen.de', '74a7c9bb-c80f-4699-ab0e-f98fb2f9a8e6') {
docker.build('https://gitea.innovation-hub-niedersachsen.de/innohub/-/tatort-app').push('latest')
}
}
}