Skip to content

Commit

Permalink
Merge pull request coreos#84 from cgwalters/treecompose-fixes
Browse files Browse the repository at this point in the history
Treecompose fixes
  • Loading branch information
openshift-merge-robot committed Jun 7, 2018
2 parents fc41e41 + effabd7 commit 45849a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.treecompose
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def TIMER = "H/30 * * * *"
def NODE = "rhcos-imgfac-jslave"
def NODE = "atomic-jslave-autobrew"
def DOCKER_IMG = "quay.io/cgwalters/coreos-assembler"
def DOCKER_ARGS = "--net=host -v /srv:/srv --privileged"

Expand Down Expand Up @@ -77,7 +77,7 @@ node(NODE) {
sshUserPrivateKey(credentialsId: params.ARTIFACT_SSH_CREDS_ID, keyFileVariable: 'KEY_FILE'),
]) {
sh """
ostree prune --repo=${repo} --keep-younger-than='30 days ago' --refs-only
ostree prune --repo=${repo} --keep-younger-than='5 days ago' --refs-only
ostree summary --repo=${repo} --update
/usr/app/ostree-releng-scripts/rsync-repos \
--dest ${ARTIFACT_SERVER}:${repo}/ --src=${repo} \
Expand Down

0 comments on commit 45849a3

Please sign in to comment.