Re: [hard] problem building github tags

2017-11-25 Thread wayne
ugin/pull/158/ https://issues.jenkins-ci.org/browse/JENKINS-34395 thanks Wayne On Wednesday, November 1, 2017 at 4:40:39 PM UTC, j.kn...@travelaudience.com wrote: > > hmm, I checked out your branch: > https://github.com/stephenc/github-branch-source-plugin/tree/jenkins-34395 > compiled and in

build-environment-plugin does not appear to display on pipeline jobs

2016-08-30 Thread Wayne Warren
Does anyone know how to view the build environment for a pipeline job? Is this built in to the pipeline job somehow and therefore needs no support from build-environment-plugin? I'd be happy to submit JIRA ticket for this and submit a patch if the fix isn't too time-consuming. It's pretty annoy

Re: Multiple pipelines in Jenkinsfile

2016-07-22 Thread Wayne Warren
really does seem to fill in at least some of the blanks left by Pipeline. > > On Thu, Jul 21, 2016 at 10:17 AM, Wayne Warren > wrote: > >> >> Sorry for chiming in late here, but I have recently been evaluating >> Jenkins Pipeline Plugin for use at my workplace

Re: Multiple pipelines in Jenkinsfile

2016-07-21 Thread Wayne Warren
Sorry for chiming in late here, but I have recently been evaluating Jenkins Pipeline Plugin for use at my workplace and have considered the very problem you are describing in this thread--what if a given source repo has multiple Pipeline groovy scripts it wants to use for different purposes? T

Re: start jenkins sub jobs parallelly

2016-07-18 Thread Wayne Warren
There are a couple different ways I would do this but the simplest would be to have a single job that triggers automatically whose primary function is to trigger all the jobs you want running in parallel as downstream of itself. Another way would be to have this "trigger" job make use of the Mu

[pipeline-plugin] [workflow-plugin] Parallelizing Jenkins Pipelines

2016-07-01 Thread Wayne Warren
So I have been experimenting with Jenkins Pipeline Plugin recently. One of the requirements I am evaluating it against is the ability to express complex relationships between the build and test steps of different projects and to parallelize the execution of those steps where possible. To visu

Re: Jenkins Job Builder vs. "Jenkins 2.0 Pipeline as Code"

2016-05-09 Thread Wayne Warren
On Friday, May 6, 2016 at 11:07:44 AM UTC-7, David Karr wrote: > > I work in an OpenStack-related community that uses "Jenkins Job Builder" > to build Jenkins jobs. I don't know a lot about it, but I did manage, > with a lot of help from our infra team, to make the changes required to > build

Why doesn't Jenkins authenticate with a key provided on the cli?

2016-01-20 Thread Wayne Werner
I have Jenkins setup with the Bitbucket OAuth plugin for security. I'm using SaltStack to setup Jenkins , which uses the Jenkins CLI jar to interface with Jenkins. Obviously when Jenkins has zero security this works jst fine. However,

Re: 99% of requests fast, 1% hang forever (80%/20% in the afternoon)

2015-10-23 Thread Wayne Walker
Additional basic info: The jenkins master is running on a 32 core box, we have 38 slaves (of which 10 are currently down), everything in the build queue (6) is waiting on a specially tagged slave. I can run api or UI requests. System load average on the master is 0.06, jenkins is using about

99% of requests fast, 1% hang forever (80%/20% in the afternoon)

2015-10-23 Thread Wayne Walker
Jenkins 1.634 Java(TM) SE Runtime Environment (build 1.7.0_55-b13) Lots more info at https://gist.github.com/wwalker/fc85ea65033ac9b0f714 In short, if I make 1000 simple requests (https://jenkins/hudson/job/$i/config.xml) where $i is iterating over a list of job names, these return in a very co