Skip to content

Commit

Permalink
Update Jenkinsfile-PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatadhatri authored Oct 24, 2023
1 parent 5f2fdf6 commit dc4b793
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile-PROD
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ pipeline {
agent {
node { label 'smartgraph-prod' }
}
triggers {
pollSCM('H/5 * * * *')
}
parameters {
string(name: 'BUILD_VERSION', defaultValue: '', description: '')
string(name: 'ENVIRONMENT', defaultValue: 'prod', description: 'Role Name (mandatory)')
Expand Down

0 comments on commit dc4b793

Please sign in to comment.