readied jenkinsfile for build
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-20 15:53:59 +02:00
parent 60c91c1ce6
commit 33185150cc
4 changed files with 14 additions and 9 deletions

4
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
environment {
DOCKER_USERNAME = 'tom'
DOCKER_PASSWORD = credentials('dgitea_tom')
DOCKER_USERNAME = 'jenkins'
DOCKER_PASSWORD = credentials('gitea_jenkins')
}
agent any