mirror of
https://github.com/apache/maven.git
synced 2025-03-08 01:30:33 +00:00
Change to keep only 5 artifacts on master and on branches
only 1 artifact.
This commit is contained in:
parent
c6bdafed23
commit
6c4c2e3804
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))])
|
||||
properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'5':'1'))])
|
||||
|
||||
def buildOs = 'linux'
|
||||
def buildJdk = '8'
|
||||
|
Loading…
x
Reference in New Issue
Block a user