This commit is contained in:
Bharatkumar5690 2023-03-09 19:31:00 +05:30
parent 879bb9b499
commit 144130d855

1
Jenkinsfile vendored
View file

@ -4,7 +4,6 @@ pipeline {
jdk 'JDK_17'
maven 'MAVEN'
}
triggers { pollSCM ('* * * * *') }
stages{
stage('vcs') {
steps {