mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-17 07:04:21 +01:00
Move to new Node
This commit is contained in:
6
websocket_bridge/Jenkinsfile
vendored
6
websocket_bridge/Jenkinsfile
vendored
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user