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 32d6245b5a - Show all commits

4
Jenkinsfile vendored
View File

@@ -42,9 +42,7 @@ pipeline {
}
}
}
}
stages {
stage('Install Dependencies') {
steps {
script {
@@ -70,7 +68,7 @@ pipeline {
didRun = true
def tag = "innohub/tatort-dev:0.${env.BUILD_ID}"
docker.withRegistry('https://gitea.innovation-hub-niedersachsen.de', 'JenkinsGitea') {
docker.build(tag, '-f Dockerfile.dev .').push()
docker.build(tag, '-f Dockerfile.dev .').push('latest')
}
}
}