Multiple reference repository locations

2018-04-06 Thread Steven Foster
I'm encountering problems with the PR Merge Jenkinsfile checkout since my build is actually 12 builds in parallel so the pressure is enormous especially when multiple prs are building at once. I would like to use the reference repository feature on the master to relieve this somewhat, but I hav

Re: Upgrade Path for Jenkins/Hudson

2018-04-06 Thread Thomas Dunlap
All: After some digging in the documents and looking at my current installation, I get the feeling the getting back my current v1.472 installation, I should be able to rename the config.xml file to config_original.xml then install jenkins-war-1.472.war using java -jar jenkins-war-1.472.war --http

Publish on HockeyApp application with declarative pipeline - How integrate Android tools

2018-04-06 Thread Francesco Sisca
Hello everyone, i have a trouble. i need, after build, to publish my application on Hockeyapp. I'm trying to do this, but get an error. this is my pipeline pipeline { agent any tools { gradle "gradle" } stages { stage('Check Env Works'){ steps {

Re: reporting status back to Github, before using `input`

2018-04-06 Thread Steven Foster
If you end up managing your own status notifications, you might want to either use the same "context"/"label" as the automatic multibranch notifications (so it is overwritten) or disable the automatic ones and manage it entirely yourself. https://plugins.jenkins.io/github-scm-trait-notification

Re: reporting status back to Github, before using `input`

2018-04-06 Thread j . knurek
I think I answered my own question in finding a plugin to do this: https://plugins.jenkins.io/pipeline-githubnotify-step On Friday, 6 April 2018 14:00:57 UTC+2, j.kn...@travelaudience.com wrote: > > I think I have a request for something that is not possible, but I thought > I'd ask anyhow. >

AW: Upgrade Path for Jenkins/Hudson

2018-04-06 Thread Spriggs, Jim
Jo! What the man said, in spades. FWIW: I also use the LTS version. Quite frankly, for a piece of software which hasn’t cost me a penny, and to which I (to my chagrin) yet have to contribute, it’s as near “perfect” as I’ll ever want. I can happily live with the (very rare) hiccoughs: we’re all o

Send email notification only when build log contains a particular string

2018-04-06 Thread Sunshine
Hi all I want to send a email notification only when the build log contains a particular string. I tried below in pre-send script but it didn't work. If (build.log.contains("Job is ")) { Cancel = false; Else Cancel = true; } Else Is there a way to mark the job as failure if the build l

reporting status back to Github, before using `input`

2018-04-06 Thread j . knurek
I think I have a request for something that is not possible, but I thought I'd ask anyhow. Here's the current scenario: We're using Github multibranch/organization so that every branch in every repo that has a Jenkinsfile gets built with CI. When the build completes, Jenkins reports the statu

Re: Trend Graph

2018-04-06 Thread Artur Szostak
Yes, my developers have built their workflows and Jenkins jobs around the current behaviour. But I also encourage my comments as general advise. From: jenkinsci-users@googlegroups.com on behalf of Ullrich Hafner Sent: 05 April 2018 17:23:43 To: Jenkins