revert
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -80,9 +80,7 @@ pipeline {
|
|||||||
sh '''git config user.name "Jenkins Server"
|
sh '''git config user.name "Jenkins Server"
|
||||||
git config user.email jenkins@confdroid.com
|
git config user.email jenkins@confdroid.com
|
||||||
echo `git add -A && git commit -am "recommit for updates in build $BUILD_NUMBER"`
|
echo `git add -A && git commit -am "recommit for updates in build $BUILD_NUMBER"`
|
||||||
git checkout master
|
git push origin HEAD:master'''
|
||||||
git merge jenkins
|
|
||||||
git push origin master'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user