Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Use BURGRX for notifications (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
drautureau-sonarsource committed Nov 5, 2018
1 parent df655b4 commit af6e2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
@@ -1,9 +1,7 @@
@Library('SonarSource@1.6') _
@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-go', description: 'Build Name (provided by travisci hook job)')
Expand Down
2 changes: 1 addition & 1 deletion travis.sh
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

function installTravisTools {
mkdir -p ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v49 | tar zx --strip-components 1 -C ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v51 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}

Expand Down

0 comments on commit af6e2c2

Please sign in to comment.