We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e150aff commit 20c0b31Copy full SHA for 20c0b31
Jenkinsfile
@@ -7,6 +7,7 @@ properties([
7
[$class: "GitHubPushTrigger"]
8
]),
9
[$class: 'GithubProjectProperty', displayName: '', projectUrlStr: 'https://github.com/ossimlabs/omar-geoscript'],
10
+ buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '3', daysToKeepStr: '', numToKeepStr: '20')),
11
disableConcurrentBuilds()
12
])
13
0 commit comments