fix changes

This commit is contained in:
Aseerwadham 2023-03-16 13:30:15 +05:30
parent 45d3b5fbc8
commit 09de9552bc

3
Jenkinsfile vendored
View file

@ -1,7 +1,6 @@
pipeline {
agent { label 'JDK_17' }
triggers { pollSCM ('* * * * *') }
}
stages {
stage('vcs') {
steps {
@ -25,6 +24,6 @@ pipeline {
}
}
}
}