This commit is contained in:
KVKR31 2023-08-03 23:05:31 +05:30
parent 52fd416732
commit d795a2122a

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent {label 'JDK_8'}
agent {label 'node1'}
options {
retry(3)
timeout(time: 30, unit: 'MINUTES')