Re: Jenkins with Git plugin always failed to clone webkit project

2016-01-16 Thread Mengwei Ding
Great, thanks Mark. It actually works. Mengwei On Monday, January 11, 2016 at 4:13:26 PM UTC-8, Mark Waite wrote: > > You probably need to set the clone timeout to something large than the > default of 10 minutes. The "Advanced Clone Behaviours" selection under > "Additional Behaviours" will

Re: Jenkins pipeline - Can Workflow jobs be parameterized?

2016-01-16 Thread Craig Rodrigues
Hi, Yes, workflows can be parameterized. You must select, "This build is parameterized" in the configuration of the workflow. The following link has a pointer to a workflow script I wrote which is parameterized, and even detects if certain parameters are set or not: https://lists.freebsd.org/pip

Jenkins pipeline - Can Workflow jobs be parameterized?

2016-01-16 Thread Scott Richmond
I have created a simple Workflow job and want to be able to trigger it via URL with some parameters. However using the Parameterized job plugin doesn't appear to work. I filed a bug last week on it and it is currently blocking further developm

Re: Get Emails When Jobs Don't Run

2016-01-16 Thread geoffroy . jabouley
Hi the solution we are using is a "cron" jenkins job, running on the master every 10min, which checks if any jobs are stuck in the build queue for a certain amount of time (let's say 1 hour) by using groovy build step + some jenkins java classes, it is easy to monitor, and you can then use post-

Literate plugin supporting build environments?

2016-01-16 Thread Anders Håål
Literate seems to be the solution to limit the configuration needed in Jenkins. Have played with it and it works great when just doing the basics. My issue is that we need to have different environment setup when doing test, like have a redis available. For that we use the "custom tool" plugin