This commit is contained in:
KVKR31 2023-08-03 17:25:17 +05:30
parent c4e1aba7f4
commit f237128b52

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
timeout(time: 30, unit: 'MINUTES')
}
triggers {
corn(* * * * * )
pollSCM(* * * * * )
}
tools {
jdk 'JAVA_8'