This commit is contained in:
KVKR31 2023-08-03 17:38:33 +05:30
parent 3a944aee6f
commit 68f6f040dc

2
Jenkinsfile vendored
View file

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