jenkins-docker #17

Merged
jared merged 26 commits from jenkins-docker into development 2025-07-01 13:30:25 +02:00
Showing only changes of commit 890380609f - Show all commits

22
Jenkinsfile vendored
View File

@@ -50,17 +50,17 @@ pipeline {
// } // }
// } // }
// stage('Push image in gitea registry') { stage('Push image in gitea registry') {
// steps { steps {
// echo 'Start Pushing' echo 'Start Pushing'
// script { script {
// docker.withRegistry('https://gitea.innovation-hub-niedersachsen.de', 'JenkinsGitea') { def dockerfile = 'Dockerfile.dev'
// docker.build('innohub/tatort-app').push('latest') docker.withRegistry('https://gitea.innovation-hub-niedersachsen.de', 'JenkinsGitea') {
// } docker.build("innohub/tatort:${env.BUILD_ID}", "-f ${dockerfile} .").push('latest')
// } }
// } }
// } }
// } }
post { post {
success { success {