Jenkinsfile_DP_WH

This commit is contained in:
vishnu1411 2023-12-16 13:02:05 -05:00
parent 997a09b109
commit e6274162a1

4
Jenkinsfile vendored
View file

@ -4,10 +4,6 @@ pipeline {
timeout(time: 1, unit: 'HOURS')
retry(2)
}
triggers {
cron('* * * * *')
}
stages {
stage ('SourceCode') {
steps {