add step to push to gitea
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -103,6 +103,7 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Mirror to Gitea') {
|
||||
when { branch 'master' }
|
||||
steps {
|
||||
withCredentials([usernamePassword(
|
||||
credentialsId: 'Jenkins-gitea',
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"name": "puppet_cd",
|
||||
"version": "1.0.1",
|
||||
"author": "arne@confdroid.com",
|
||||
"summary": "Puppet module for managing puppet itself",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"source": "",
|
||||
"dependencies": [
|
||||
|
||||
],
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
"operatingsystemrelease": [
|
||||
"9"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "Rocky",
|
||||
"operatingsystemrelease": [
|
||||
"9"
|
||||
]
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"name": "puppet",
|
||||
"version_requirement": ">= 7.24 < 9.0.0"
|
||||
}
|
||||
],
|
||||
"pdk-version": "3.4.0",
|
||||
"template-url": "pdk-default#3.4.0",
|
||||
"template-ref": "tags/3.4.0-0-gd3cc13f"
|
||||
}
|
||||
Reference in New Issue
Block a user