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 { pipeline {
agent { label 'JDK_17' } agent { label 'JDK_17' }
triggers { pollSCM ('* * * * *') } triggers { pollSCM ('* * * * *') }
}
stages { stages {
stage('vcs') { stage('vcs') {
steps { steps {
@ -25,6 +24,6 @@ pipeline {
} }
} }
} }
}