Skip to content

Commit

Permalink
jenkins does not like empty blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Mar 19, 2024
1 parent 6eef570 commit 2f0ac5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ pipeline {

agent any

triggers {
// Polls Source Code Manager every 15 mins
//pollSCM('*/15 * * * *')
}
//triggers {
// //Polls Source Code Manager every 15 mins
// pollSCM('*/15 * * * *')
//}

options {
skipDefaultCheckout(true)
Expand Down

0 comments on commit 2f0ac5a

Please sign in to comment.