From 847cb8daff6d9f8eedfb44cc43a98e2498671c4a Mon Sep 17 00:00:00 2001 From: David Rautureau Date: Tue, 6 Nov 2018 14:12:42 +0100 Subject: Use BURGRX for notifications (#137) --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f112c21..c56c031 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,7 @@ -@Library('SonarSource@1.11') _ +@Library('SonarSource@2.1.1') _ pipeline { - agent { - label 'linux' - } + agent none parameters { string(name: 'GIT_SHA1', description: 'Git SHA1 (provided by travisci hook job)') string(name: 'CI_BUILD_NAME', defaultValue: 'sonar-css', description: 'Build Name (provided by travisci hook job)') -- cgit v1.2.3