diff options
| author | David Rautureau | 2018-11-06 14:12:42 +0100 | 
|---|---|---|
| committer | GitHub | 2018-11-06 14:12:42 +0100 | 
| commit | 847cb8daff6d9f8eedfb44cc43a98e2498671c4a (patch) | |
| tree | 3c0e721956ee33e35b99167fe0f5dd749d170a25 | |
| parent | b889b9dd017a923f1504c9bd59e55662d1618ec6 (diff) | |
| download | sonar-css-847cb8daff6d9f8eedfb44cc43a98e2498671c4a.tar.bz2 | |
Use BURGRX for notifications (#137)
| -rw-r--r-- | Jenkinsfile | 6 | 
1 files 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)') | 
