OP#547 update Readme
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -88,10 +88,8 @@ pipeline {
|
||||
sh '''
|
||||
git config user.name "Jenkins Server"
|
||||
git config user.email jenkins@confdroid.com
|
||||
git rm -r --cached .scannerwork || echo "No .scannerwork to remove from git"
|
||||
git rm -r --cached .yardoc || echo "No .yardoc to remove from git"
|
||||
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 add -A && git commit -am "Recommit for updates in build $BUILD_NUMBER" || echo "No changes to commit"
|
||||
git push -o merge_request.create \
|
||||
-o merge_request.target=master \
|
||||
@@ -118,8 +116,6 @@ pipeline {
|
||||
git branch -D development
|
||||
git branch -D jenkins-build-$BUILD_NUMBER
|
||||
git rm -f Jenkinsfile
|
||||
git rm -r --cached .scannerwork || echo "No .scannerwork to remove from git"
|
||||
git rm -r --cached .yardoc || echo "No .yardoc to remove from git"
|
||||
git rm -r --cached .vscode || echo "No .vscode to remove from git"
|
||||
git commit --amend --no-edit --allow-empty
|
||||
git remote add master https://sourcecode.confdroid.com/confdroid/confdroid_automatic.git
|
||||
|
||||
Reference in New Issue
Block a user