mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
sonar job - exclude H40
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3de3636cf
commit
a45f7bdcdd
@ -54,7 +54,10 @@ def poijobs = [
|
||||
],
|
||||
[ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true
|
||||
],
|
||||
[ name: 'POI-DSL-SonarQube', trigger: 'H 7 * * *', maven: true, sonar: true, skipcigame: true, email: 'kiwiwings@apache.org'
|
||||
[ name: 'POI-DSL-SonarQube', trigger: 'H 7 * * *', maven: true, sonar: true, skipcigame: true,
|
||||
email: 'kiwiwings@apache.org',
|
||||
// H40 can't access sonar instance
|
||||
slaveAdd: '&&!H40'
|
||||
],
|
||||
[ name: 'POI-DSL-SonarQube-Gradle', trigger: 'H 9 * * *', gradle: true, sonar: true, skipcigame: true,
|
||||
disabled: true // this one does run, but does not actually send data to Sonarqube for some reason, we need to investigate some more
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user