added changes

This commit is contained in:
Madhuri-chinta 2023-03-14 16:22:51 +05:30
parent 600b291c54
commit a729e3461d

2
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
pipeline {
agent { label 'UBUNTU_NODE1' }
trigger { pollSCM('* * * * *') }
triggers { pollSCM('* * * * *') }
stages {
stage('get url') {
steps {