Skip to content

Commit

Permalink
Merge pull request #2040 from abayer/jenkins-33019
Browse files Browse the repository at this point in the history
[FIXED JENKINS-33019] Use FQN for BuildDiscarderProperty
  • Loading branch information
abayer committed Feb 18, 2016
2 parents ed16cd1 + a39a56f commit 98fd4f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Expand Up @@ -12,9 +12,9 @@
def runTests = true

// Only keep the 10 most recent builds.
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator',
numToKeepStr: '50',
artifactNumToKeepStr: '20']]])
properties([[$class: 'jenkins.model.BuildDiscarderProperty', strategy: [$class: 'LogRotator',
numToKeepStr: '50',
artifactNumToKeepStr: '20']]])

String packagingBranch = (binding.hasVariable('packagingBranch')) ? packagingBranch : 'master'

Expand Down

0 comments on commit 98fd4f4

Please sign in to comment.