Skip to content
Snippets Groups Projects
Commit e2ee70bb authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2651 add missing env variable

parent d3d3961b
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,8 @@ pipeline {
def pom = readMavenPom file: 'pom.xml'
def version = pom.version
QUARKUS_CONTAINER_IMAGE_TAG = "${env.BRANCH_NAME}-${version}"
container("quarkus-22") {
withCredentials([usernamePassword(credentialsId: 'jenkins-docker-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) {
sh 'podman login docker.ozg-sh.de -u ${USER} -p ${PASSWORD}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment