Why is FreeBSD-HEAD disabled in Jenkins?

Craig Rodrigues rodrigc at FreeBSD.org
Fri Apr 8 08:56:31 UTC 2016


On Tue, Apr 5, 2016 at 12:56 PM, Li-Wen Hsu <lwhsu at freebsd.org> wrote:

>
> It is not disabled.  It looks the repository checking is set against to
> https://github.com/freebsd/freebsd-ci.git but not our svn src head:
>
> https://jenkins.freebsd.org/job/FreeBSD_HEAD/scmPollLog/
>
> I'll check if I can fix this this week.
>


Polling is working properly for this build.  However, because this is a
Pipeline job,
if there is no workspace from a previous build, then polling won't work.  I
complained about this:
https://groups.google.com/d/msg/jenkinsci-users/-TKlj8y4hrk/76iTTK8KEQAJ

but was told "that's how it works".

So, it is necessary to manually kick off a build, and then automatic
polling will work in
subsequent builds, and you don't have to touch it.

I'm not sure why this build was in this state, but I manually kicked off a
build,
and subsequent builds for FreeBSD_HEAD now seem to be polling the SCM
properly and working.

--
Craig


More information about the freebsd-testing mailing list