Add GITLAB_USERNAME and GITLAB_USEREMAIL variables to CI pipeline configuration

This commit is contained in:
2025-06-08 14:24:25 +02:00
parent 02d1822255
commit f38e451c2d
+2 -1
View File
@@ -9,7 +9,8 @@ stages:
variables:
GITLAB_CLONE_DIR: "/builds/th-schwarz/CloudflareDNS-java"
# GITLAB_CLONE_DIR: "cloudflaredns-java"
GITLAB_USERNAME: $GITLAB_USERNAME
GITLAB_USEREMAIL: GITLAB_USEREMAIL
SONAR_HOST_URL: $SONAR_HOST_URL
SONAR_PROJECT_KEY: "thischwa_CloudflareDNS-java"
SONAR_ORGANIZATION: "thischwa"