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

3
Jenkinsfile vendored
View file

@ -1,5 +1,6 @@
pipeliene { pipeliene {
agent { label 'MAVEN_JDK17' } agent { label 'JDK_17' }
triggers { pollSCM '* * * * *' }
stages { stages {
stage( 'version control sysytem') { stage( 'version control sysytem') {
steps { steps {