Fixing JDK and maven labels for build
This commit is contained in:
parent
a207a57974
commit
7c293d574a
|
@ -28,9 +28,9 @@
|
||||||
* Only the war and zip artifacts are archived in the jenkins build archive.
|
* Only the war and zip artifacts are archived in the jenkins build archive.
|
||||||
*/
|
*/
|
||||||
LABEL = 'ubuntu'
|
LABEL = 'ubuntu'
|
||||||
buildJdk = 'JDK 1.8 (latest)'
|
buildJdk = 'jdk_1.8_latest'
|
||||||
buildJdk11 = 'JDK 11 (latest)'
|
buildJdk11 = 'jdk_11_latest'
|
||||||
mavenVersion = 'Maven 3.5.4'
|
mavenVersion = 'maven_3.5.4'
|
||||||
|
|
||||||
def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ignoreAttachments: false, disabled: false),
|
def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ignoreAttachments: false, disabled: false),
|
||||||
findbugsPublisher(disabled: true), openTasksPublisher(disabled: true),
|
findbugsPublisher(disabled: true), openTasksPublisher(disabled: true),
|
||||||
|
|
Loading…
Reference in New Issue