diff --git a/.gitignore b/.gitignore index cfae693..ae5ef54 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ Gemfile.lock FileList .scannerwork -.vscode \ No newline at end of file +.vscode +.puppet-lint.rc \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index ff0a9cd..03e1e65 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -116,6 +116,7 @@ pipeline { git branch -D jenkins-build-$BUILD_NUMBER git rm -f Jenkinsfile git rm -r --cached .vscode || echo "No .vscode to remove from git" + git rm -r --cached .puppet-lint.rc || echo "No .puppet-lint.rc to remove from git" git commit --amend --no-edit --allow-empty git remote add master https://sourcecode.confdroid.com/confdroid/confdroid_ssh.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \