This commit is contained in:
Bharatkumar5690 2023-03-09 18:38:24 +05:30
parent ba820a6d8e
commit 5d790d428b

3
Jenkinsfile vendored
View file

@ -1,4 +1,7 @@
pipeline {
tools {
maven 'MAVEN'
}
agent { label 'Master'}
triggers { pollSCM ('* * * * *') }
stages{