3
0
This commit is contained in:
12ww1160
2025-12-14 15:04:39 +01:00
parent 623edd895d
commit f92053ffe4

1
Jenkinsfile vendored
View File

@@ -95,6 +95,7 @@ pipeline {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh ''' sh '''
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
''' '''
} }
} }