OP#647 add confdroid_alloy to puppet collection
This commit is contained in:
44
Jenkinsfile
vendored
44
Jenkinsfile
vendored
@@ -66,28 +66,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Mirror to Github - Grizzlycoda') {
|
|
||||||
steps {
|
|
||||||
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
|
|
||||||
sh '''
|
|
||||||
git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git
|
|
||||||
git push master --mirror
|
|
||||||
'''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Mirror to Github - 12ww1160') {
|
|
||||||
steps {
|
|
||||||
sshagent(['key-github-12ww160-not-grizzly']) {
|
|
||||||
sh '''
|
|
||||||
git remote set-url --push master git@github.com:12ww1160/puppet_collection.git
|
|
||||||
git push master --mirror
|
|
||||||
'''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Mirror to Gitea') {
|
stage('Mirror to Gitea') {
|
||||||
steps {
|
steps {
|
||||||
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
|
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
|
||||||
@@ -114,5 +92,27 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Mirror to Github - Grizzlycoda') {
|
||||||
|
steps {
|
||||||
|
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
|
||||||
|
sh '''
|
||||||
|
git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git
|
||||||
|
git push master --mirror
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
stage('Mirror to Github - 12ww1160') {
|
||||||
|
steps {
|
||||||
|
sshagent(['key-github-12ww160-not-grizzly']) {
|
||||||
|
sh '''
|
||||||
|
git remote set-url --push master git@github.com:12ww1160/puppet_collection.git
|
||||||
|
git push master --mirror
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user