mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
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:
Vendored
-8
@@ -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']])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user