OP#437 add required content
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -57,7 +57,6 @@ pipeline {
|
||||
sh '''
|
||||
git config user.name "Jenkins Server"
|
||||
git config user.email jenkins@confdroid.com
|
||||
git rm -r --cached docs || echo "No docs to remove from git"
|
||||
git rm -r --cached .vscode || echo "No .vscode to remove from git"
|
||||
git add -A && git commit -am "Recommit for updates in build $BUILD_NUMBER" || echo "No changes to commit"
|
||||
git push origin HEAD:master
|
||||
|
||||
Reference in New Issue
Block a user