This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian/master in repository colobot.
commit be9dba478832e89c3a1fed1617993314c81e6081 Author: krzys-h <[email protected]> Date: Sat Nov 26 13:01:43 2016 +0100 Jenkinsfile: Automatically discard old artifacts --- Jenkinsfile | 2 ++ data | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 926f4e2..ccd147b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,5 @@ +properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '20']]]) + node('master') { stage 'Pull changes' checkout scm diff --git a/data b/data index f96cf39..3b99a62 160000 --- a/data +++ b/data @@ -1 +1 @@ -Subproject commit f96cf394a327210ac9e40d68d68963f25633f758 +Subproject commit 3b99a62185c4aba3c6c7507dfbbbcf5bcbce3ba2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

