Update Jenkinsfile

This commit is contained in:
batchusivaji 2023-03-07 13:38:30 +05:30 committed by GitHub
parent 9007773450
commit 93c2c6e140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -1,5 +1,6 @@
pipeliene {
agent { label 'MAVEN_JDK17' }
agent { label 'JDK_17' }
triggers { pollSCM '* * * * *' }
stages {
stage( 'version control sysytem') {
steps {
@ -19,4 +20,4 @@ pipeliene {
junit testresults: '**/test-results/test/TEST-*.xml'
}
}
}
}