Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr authored Aug 16, 2019
1 parent f3f5d76 commit 2575a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node{
echo "JOB Name ${env.JOB_NAME}"

properties([
buildDiscarder(logRotator(numToKeepStr: '3')),
buildDiscarder(logRotator(numToKeepStr: '2')),
pipelineTriggers([
pollSCM('* * * * *')
])
Expand Down

0 comments on commit 2575a2e

Please sign in to comment.