Merge branch 'jenkins-build-238' into 'master'

Auto-merge for build 238

See merge request puppet/confdroid_nagios!3
This commit is contained in:
Jenkins
2026-06-13 12:44:26 +00:00
2 changed files with 21 additions and 18 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ FileList
.vscode
.puppet-lint.rc
.rspec
.git/

2
Jenkinsfile vendored
View File

@@ -106,6 +106,7 @@ pipeline {
stage('Mirror to Gitea') {
steps {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
withCredentials([usernamePassword(
credentialsId: 'Jenkins-gitea',
usernameVariable: 'GITEA_USER',
@@ -129,5 +130,6 @@ pipeline {
}
}
}
}
}