diff options
Diffstat (limited to 'Jenkinsfile')
| -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)') |
