]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commit
do not tag 'integration'-builds!
authorMathias Klette <mathias.klette@profitbricks.com>
Wed, 22 May 2013 16:00:27 +0000 (18:00 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Wed, 22 May 2013 16:00:27 +0000 (18:00 +0200)
commitc8fb9f93031785aa42a35d39670f4e59f40d1557
tree3b3b7850cdc0b6d57c6313e8db82a744eeab365f
parente9eed39d24a6fb1e9fbce164d608912892b305a9
do not tag 'integration'-builds!

I missed the point in the requirement: tags should only be created upon a
complete successfull build. this means, that also all tests must complete
successfully in order to create a new tag.
as jenkins is taking care of evaluating test results we can't create the tag in
debian_build beforehand. we'll use git publisher plugin now, to only tag
'stable_$BUILD_NUMBER' if build succeeds!
debian_build.py