Skip to content

Instantly share code, notes, and snippets.

@visitbethel
Last active February 2, 2017 17:41
Show Gist options
  • Save visitbethel/e7da90778f83e3e25ddc18f52cf17ff2 to your computer and use it in GitHub Desktop.
Save visitbethel/e7da90778f83e3e25ddc18f52cf17ff2 to your computer and use it in GitHub Desktop.
Jenkins Pipeline Log Rotator
properties([
[
$class : 'jenkins.model.BuildDiscarderProperty',
strategy: [
$class : 'LogRotator',
numToKeepStr: '200'
]
]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment