This commit is contained in:
Bharatkumar5690 2023-03-09 18:42:08 +05:30
parent 5d790d428b
commit 5c9c5064e6

1
Jenkinsfile vendored
View file

@ -1,6 +1,7 @@
pipeline {
tools {
maven 'MAVEN'
jdk 'JDK-17'
}
agent { label 'Master'}
triggers { pollSCM ('* * * * *') }