mirror of https://github.com/apache/maven.git
Change to keep only 5 artifacts on master and on branches
only 1 artifact.
This commit is contained in:
parent
c6bdafed23
commit
6c4c2e3804
|
@ -17,7 +17,7 @@
|
||||||
* under the License.
|
* 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 buildOs = 'linux'
|
||||||
def buildJdk = '8'
|
def buildJdk = '8'
|
||||||
|
|
Loading…
Reference in New Issue