mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Jenkins DSL: Disable general Maven job as well and add trigger for Gradle-SonarQube-Job
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889892 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65994b4578
commit
2842abf977
@ -52,7 +52,9 @@ def poijobs = [
|
||||
// the property triggers using Xerces as XML Parser and previously showed some exception that can occur
|
||||
properties: ["-Dadditionaljar=${xercesLib}"]
|
||||
],
|
||||
[ name: 'POI-DSL-Maven', trigger: 'H */4 * * *', maven: true
|
||||
[ name: 'POI-DSL-Maven', trigger: 'H */4 * * *', maven: true,
|
||||
// not needed any more now that we use Gradle for SonarQube
|
||||
disabled: true
|
||||
],
|
||||
[ name: 'POI-DSL-regenerate-javadoc', trigger: triggerSundays, javadoc: true
|
||||
],
|
||||
@ -70,8 +72,7 @@ def poijobs = [
|
||||
// replaced by Gradle-based build now
|
||||
disabled: true
|
||||
],
|
||||
// set trigger empty as it is not stable yet, we can remove the Sonar Maven run when this is fully working
|
||||
[ name: 'POI-DSL-SonarQube-Gradle', jdk: '1.11', trigger: '', gradle: true, sonar: true, skipcigame: true
|
||||
[ name: 'POI-DSL-SonarQube-Gradle', jdk: '1.11', trigger: 'H 7 * * *', gradle: true, sonar: true, skipcigame: true
|
||||
],
|
||||
[ name: 'POI-DSL-Windows-1.8', trigger: 'H */12 * * *', windows: true, slaves: 'Windows'
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user