diff --git a/Jenkinsfile b/Jenkinsfile index 447b91266..22198d036 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent {label 'JDK_8'} + agent {label 'node1'} options { retry(3) timeout(time: 30, unit: 'MINUTES')