Jenkinsfile_DB5

This commit is contained in:
vishnu1411 2023-12-16 17:03:05 -05:00
parent 5fc631d8af
commit 23f3a0ec1a

2
Jenkinsfile vendored
View file

@ -1,8 +1,6 @@
pipeline { pipeline {
agent any agent any
options { options {
timeout(time: 1, unit: 'HOURS')
retry(2)
} }
stages { stages {
stage ('SourceCode') { stage ('SourceCode') {