1
0

OP#647 add confdroid_alloy to puppet collection

This commit is contained in:
2026-07-22 13:59:48 +02:00
parent 7ae4e29ada
commit d17efae915

10
Jenkinsfile vendored
View File

@@ -95,10 +95,10 @@ pipeline {
stage('Mirror to Github - Grizzlycoda') { stage('Mirror to Github - Grizzlycoda') {
steps { steps {
sshagent(['key-github-grizzlycoda']) { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh ''' sh '''
git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git git remote add github-grizzly git@github.com:grizzlycoda/puppet_collection.git
git push master --mirror git push github-grizzly --mirror
''' '''
} }
} }
@@ -108,8 +108,8 @@ pipeline {
steps { steps {
sshagent(['key-github-12ww160-not-grizzly']) { sshagent(['key-github-12ww160-not-grizzly']) {
sh ''' sh '''
git remote set-url --push master git@github.com:12ww1160/puppet_collection.git git remote add github-12ww git@github.com:12ww1160/puppet_collection.git
git push master --mirror git push github-12ww --mirror
''' '''
} }
} }