Remove additional github commit status update from jenkins.

There is a status update already, which I didn't see during earlier
tests.
This commit is contained in:
Alexey Sokolov
2016-09-17 09:09:30 +01:00
parent be40b76a23
commit 682d2f1e01
Vendored
-8
View File
@@ -3,7 +3,6 @@
node('freebsd') {
// freebsd 10.3 + pkg install git openjdk cmake icu pkgconf swig30 python3
timestamps {
update_github_status()
try {
timeout(time: 30, unit: 'MINUTES') {
def srcdir = pwd()
@@ -36,12 +35,5 @@ node('freebsd') {
echo "Error: ${err}"
currentBuild.result = 'FAILURE'
}
update_github_status()
}
}
def update_github_status() {
step([$class: 'GitHubCommitStatusSetter',
contextSource: [$class: 'ManuallyEnteredCommitContextSource',
context: 'continuous-integration/jenkins']])
}