1
0

OP#647 add confdroid_alloy to puppet collection

This commit is contained in:
2026-07-22 13:19:59 +02:00
parent d2d01fe165
commit 6881e2156f

4
Jenkinsfile vendored
View File

@@ -97,6 +97,8 @@ pipeline {
steps { steps {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh ''' sh '''
git checkout master
git pull origin master
git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git
git push master --mirror git push master --mirror
''' '''
@@ -108,6 +110,8 @@ pipeline {
steps { steps {
sshagent(['key-github-12ww160-not-grizzly']) { sshagent(['key-github-12ww160-not-grizzly']) {
sh ''' sh '''
git checkout master
git pull origin master
git remote set-url --push master git@github.com:12ww1160/puppet_collection.git git remote set-url --push master git@github.com:12ww1160/puppet_collection.git
git push master --mirror git push master --mirror
''' '''