[Pipeline Shared Libraries] acme.foo = "5" documented example doesn't work

2016-10-27 Thread Rob Oxspring
Hi, I've been trying to use a shared library script with properties according to the following but am having no luck. https://github.com/jenkinsci/workflow-cps-global-lib-plugin/blob/master/README.md#defining-global-variables To reproduce I've installed a totally clean Jenkins LTS with

Named Child Folder Health Metric

2016-08-15 Thread Rob Oxspring
Hi all, I've been playing around with multibranch projects lately and noticed the only folder metric available by default is "Worst Child Health Metric" For us the only branch that we really care about is the master branch so I wondered if anybody had a folder metric that would take that named

vSphere Plugin & Hot Spares

2016-08-12 Thread Rob Oxspring
Hi I've recently started playing with the "Cloud" part of the vSphere Cloud Plugin to avoid manually managing slaves. Generally it's great but when building a job in a hurry it can be painful to wait for several minutes for a new slave to be cloned, especially when the job itself is only a

Publishing git tags from pipeline

2016-08-09 Thread Rob Oxspring
Hi, I'm using an uptodate Jenkins 2.7.2 and trying to use the new pipeline syntax to create a job that will perform a build and then create a tag in git if successful. I was expecting to reuse the GitPublisher but that doesn't seem to be available according to the pipeline syntax helper. I

How can I configure plugins from the Script Console

2015-01-30 Thread Rob Oxspring
Hi, I'm looking for a little Script Console assistance... I keep wanting to use the script console to make uniform changes across a bunch of jobs - but increasingly finding plugin settings are readonly. For example we're using the ArtifactoryRedeployPublisher and I can read the per job

Passing the changelog when triggering Jobs

2012-09-27 Thread Rob Oxspring
I've got a hierarchy of build jobs set up where job A does the initial checkout and build of an rpm and then subordinate jobs B C can perform various operations on the codebase in parallel. (In case you're interested Job B injects the rpm into an VMDK and then slowly deploys the result as