Move to new Node

This commit is contained in:
Thomas Philipona
2019-10-07 08:32:31 +02:00
committed by GitHub
parent cfa085391c
commit ab066158f1

View File

@@ -1,5 +1,9 @@
pipeline { pipeline {
agent { label 'buildnode' } agent { label 'buildnode-cloud' }
environment {
JAVA_HOME = tool("jdk8_openjdk")
PATH = "${JAVA_HOME}/bin:${PATH}"
}
options { options {
buildDiscarder(logRotator(numToKeepStr: '5')) buildDiscarder(logRotator(numToKeepStr: '5'))
timeout(time: 30, unit: 'MINUTES') timeout(time: 30, unit: 'MINUTES')