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 9ad96abb77 - Show all commits

2
Jenkinsfile vendored
View File

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