Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-library/pull/160
@tbouron I suspect that the `Jenkinsfile` has no effect, and that it just
uses the configuration in
https://builds.apache.org/view/B/view/Brooklyn/job/brooklyn-library-master-docker/configure.
e.g. the most recent build
(https://builds.apache.org/view/B/view/Brooklyn/job/brooklyn-library-master-docker/336/consoleFull)
has a docker command that matches the `/configure` page rather than the
Jenkinsfile.
Am I missing something?
I'm going to create a new job (`brooklyn-library-master-docker-pipeline`)
to try to set it up to use the Jenkinsfile (i.e. use pipelines).
---