If you're just gonna lookup a string in the logs, BTW, you might find the
Text Finder Plugin a wee bit simpler.
My 2 cents
Le 9 mars 2016 1:49 PM, "Daniel Beck" a écrit :
> I solved similar problems in the past by making sure a line in the build
> log states e.g. "Nothing downloaded", and then us
Sweet! Thanks I'll give that methodology a go -- do you have any sort of
description on how your Jenkins/Aamporter/Autopkg stuff is setup? I'm all
for sharing/not reinventing the wheel (and improving the wheel). My
current e-mail script is here:
https://github.com/childrss/jenkins-autopkg-e
I solved similar problems in the past by making sure a line in the build log
states e.g. "Nothing downloaded", and then use a plugin like Groovy Postbuild
to look for that line, and if it was encountered, set the build result to
Unstable (assuming that right now, you only have Stable and Failed
We use Jenkins CI along with two Python scripts AutoPkg/Aamporter and Munki to
manage macintoshes (Jenkins controls 5x daily runs of AutoPkg and Aamporter
which check for 3rd party software updates and import them into the munki
software repository)
Most of the time the jobs are successful and