update collection
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -41,7 +41,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('SonarScan') {
|
stage('SonarScan') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([string(credentialsId: 'sonar-token', variable: 'SONAR_TOKEN')]) {
|
withCredentials([string(credentialsId: 'sonar-token-12ww1160', variable: 'SONAR_TOKEN')]) {
|
||||||
sh '''
|
sh '''
|
||||||
/opt/sonar-scanner/bin/sonar-scanner \
|
/opt/sonar-scanner/bin/sonar-scanner \
|
||||||
-Dsonar.projectKey=puppet_collection \
|
-Dsonar.projectKey=puppet_collection \
|
||||||
@@ -80,6 +80,7 @@ pipeline {
|
|||||||
git branch -D development
|
git branch -D development
|
||||||
git branch -D jenkins-build-$BUILD_NUMBER
|
git branch -D jenkins-build-$BUILD_NUMBER
|
||||||
git rm -f Jenkinsfile
|
git rm -f Jenkinsfile
|
||||||
|
git rm -r --cached .vscode || echo "No .vscode to remove from git"
|
||||||
git commit --amend --no-edit --allow-empty
|
git commit --amend --no-edit --allow-empty
|
||||||
git remote add master https://gitea.confdroid.com/confdroid/puppet_collection.git
|
git remote add master https://gitea.confdroid.com/confdroid/puppet_collection.git
|
||||||
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \
|
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
- [Readme](#readme)
|
- [Readme](#readme)
|
||||||
- [Summary](#summary)
|
- [Summary](#summary)
|
||||||
- [Overview](#overview)
|
- [Overview](#overview)
|
||||||
- [**puppet\_cd**](#puppet_cd)
|
- [**confdroid\_puppet**](#confdroid_puppet)
|
||||||
- [**confdroid\_prometheus**](#confdroid_prometheus)
|
- [**confdroid\_prometheus**](#confdroid_prometheus)
|
||||||
- [**confdroid\_postgresql**](#confdroid_postgresql)
|
- [**confdroid\_postgresql**](#confdroid_postgresql)
|
||||||
- [FAQ](#faq)
|
- [FAQ](#faq)
|
||||||
@@ -27,7 +27,7 @@ The modules themselves are free to use as per license, you might need to adjust
|
|||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
## [**puppet_cd**](https://gitea.confdroid.com/confdroid/puppet_cd)
|
## [**confdroid_puppet**](https://gitea.confdroid.com/confdroid/confdroid_puppet)
|
||||||
|
|
||||||
A Puppet module to configure a puppet environment:
|
A Puppet module to configure a puppet environment:
|
||||||
* Puppet master ready to work with Foreman as ENC (Foreman not installed by module)
|
* Puppet master ready to work with Foreman as ENC (Foreman not installed by module)
|
||||||
|
|||||||
Reference in New Issue
Block a user