OP#355 fork puppet_cd to confdroid_puppet

This commit is contained in:
Arne Teuke
2026-01-16 17:17:19 +01:00
parent 8510d34e52
commit 94184df21c
39 changed files with 86 additions and 6241 deletions

4
Jenkinsfile vendored
View File

@@ -69,7 +69,7 @@ pipeline {
withCredentials([string(credentialsId: 'sonar-token', variable: 'SONAR_TOKEN')]) {
sh '''
/opt/sonar-scanner/bin/sonar-scanner \
-Dsonar.projectKey=puppet_cd \
-Dsonar.projectKey=confdroid_puppet \
-Dsonar.sources=. \
-Dsonar.host.url=https://sonarqube.confdroid.com \
-Dsonar.token=$SONAR_TOKEN
@@ -113,7 +113,7 @@ pipeline {
git branch -D jenkins-build-$BUILD_NUMBER
git rm -f Jenkinsfile
git commit --amend --no-edit --allow-empty
git remote add master https://gitea.confdroid.com/confdroid/puppet_cd.git
git remote add master https://gitea.confdroid.com/confdroid/confdroid_puppet.git
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \
push master --mirror
'''