1
0

OP#647 add confdroid_alloy to puppet collection

This commit is contained in:
2026-07-22 13:15:53 +02:00
parent e1fb4eeaed
commit d2d01fe165

2
Jenkinsfile vendored
View File

@@ -68,6 +68,7 @@ pipeline {
stage('Mirror to Gitea') {
steps {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
withCredentials([usernamePassword(
credentialsId: 'Jenkins-gitea',
usernameVariable: 'GITEA_USER',
@@ -89,6 +90,7 @@ pipeline {
}
}
}
}
}
stage('Mirror to Github - Grizzlycoda') {