Added the new chnges in jenkinsfile

This commit is contained in:
n 2023-03-07 15:13:19 +05:30
parent db786a8049
commit 23f1ebfe4d

2
Jenkinsfile vendored
View file

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