Can not generate branch job with Jenkinsfile!

2017-01-17 Thread leye yi
Hi, We update jenkins to 2.4.0 version ,and use Blue Ocean feature, when we create a new Multibranch Pipeline,the pipeline can not generate the branch job with Jenkinsfile,the Floder is empty This is our Jenkinsfile: ### #!Groovy node { //gloable def workspace = '''$WORKSPACE'''

Re: SCM API 2.0 impact on SVN plugin?

2017-01-17 Thread Stephen Connolly
Subversion plugin was written correctly from the start. There will be an update to enhance event processing (but due to caching in the plugin that's not as critical) HTH On Tue 17 Jan 2017 at 08:54, Pieter-Jan Busschaert < pieterjan.busscha...@gmail.com> wrote: > Hello, > > > I just saw a lot

Re: Scripting installation of JDK

2017-01-17 Thread Damien Caro
Thanks all, this is very helpful ! I am close to have my script fully completed ! On Saturday, January 14, 2017 at 8:33:02 AM UTC-8, Victor Martinez wrote: > > Hi Damien, > > If you'd like to script that particular Oracle configuration: > -

Scoverage reports

2017-01-17 Thread Gastón Tonietti
Hi everyone, I'm having some problems trying to publish scoverage reports on Jenkins. I'm using Pipelines configured by a Jenkinsfile. I tried with publishHTML, the report seems to be there in the build but when I open it only a couple of blank frames are shown. Then searching I found there is

Re: Timeout message unclear. Bug?

2017-01-17 Thread Andrew Bayer
Can you post your full pipeline? It looks like there are other errors going on here. A. On Tue, Jan 17, 2017 at 10:31 AM, Sam K wrote: > In declarative pipeline, I've created a timeout block like so > > timeout(time:1, unit:'HOURS') { > > // Do something here > > } > >

Re: Docker Build & Publish using --force=true in Pipeline?

2017-01-17 Thread jbrooks
All right, I was incorrect about one thing- this was NOT due to Docker Build & Publish, but Docker Pipeline (formerly CloudBees Docker Pipeline). Supposedly, this was also resolved back in 1.4; I have 1.9.1. Can anyone think of why I'm experiencing this issue in Pipeline? Thanks! Jack On

Timeout message unclear. Bug?

2017-01-17 Thread Sam K
In declarative pipeline, I've created a timeout block like so timeout(time:1, unit:'HOURS') { // Do something here } When the timeout occurred, this message was buried deep in the console output *23:26:42* [131-132] Cancelling nested steps due to timeout And the pipeline failed with a

Re: Anyone knows document about setup Jenkins master/slave in Linux

2017-01-17 Thread Indra Gunawan (ingunawa)
Jenkins works best with Linux. There are tons of information about Jenkins installation on Linux. https://jenkins.io/download/ My recommendation is to pick the installer (RPM based or Debian best) for the flavor of Linux you are using. Thank you -Indra From:

Anyone knows document about setup Jenkins master/slave in Linux

2017-01-17 Thread steven ylu
Hi, I saw Jenkins document on setup Jenkins master/slave in Windows. Anyone knows document about setup Jenkins master/slave in Linux? Thanks, SYL -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Maximum number of executors?

2017-01-17 Thread Jakov Sosic
On 01/14/2017 11:53 AM, Baptiste Mathus wrote: Bottom line being: not worth the engineering time to diagnose issues when many big builds together at the wrong time will basically kill the whole machine. Better isolate with dedicated VMs per agent. Each executor basically spins new VM via

Empty allure report

2017-01-17 Thread Kr1stom
Hi We're currently trying to open allure report but it's empty. Allure reports are successfully generated to slaves directory. But when we click on the allure reports icon which should contain results, it shows nothing. Is it possible that although reports are generated successfully to the

[ANNOUNCE] Jenkins Upgrades to Java 8

2017-01-17 Thread Baptiste Mathus
Hello, Please read the announcement on https://jenkins.io/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/, especially if you are still running Jenkins on Java 7 VM. Thank you -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Jenkins doesn't start promotion job

2017-01-17 Thread Dirk Heinrichs
Am 17.01.2017 um 13:29 schrieb Dirk Heinrichs: > I'm trying to set up a Multijob with some promotion sub jobs, which > are all contained in a folder strukture like the following: > > some/ > folder/ > Main > BuildLinux > BuildWindows > promotions/ > Integration >

Jenkins doesn't start promotion job

2017-01-17 Thread Dirk Heinrichs
Hi, I'm trying to set up a Multijob with some promotion sub jobs, which are all contained in a folder strukture like the following: some/ folder/ Main BuildLinux BuildWindows promotions/ Integration Integration_Linux Integration_Windows So some/folder/Main is

Re: CVS Authentication failed!

2017-01-17 Thread ssingh
Hi, I'm facing a similar issue-- ERROR: CVS Authentication failed: nullorg.netbeans.lib.cvsclient.connection.AuthenticationException : SSH connection failed. at

Re: Pipeline with notifyCommit

2017-01-17 Thread Sverre Moe
I didn't have to do anything actually. Calling notifyCommit from the git server worked just fine with my Multibranch Pipelines. As long as the SCM URL in the pipeline configuration matched with the repo URL in notifyCommit. fredag 13. januar 2017 13.54.37 UTC+1 skrev alexand...@gmail.com

Using the email-ext to send the cppcheck report

2017-01-17 Thread Chia-Che Ho
I'm trying to send *cppcheck* report on an email using email-ext plugin from a Jenkins build. Could anyone provide the method?! Thank you!!! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

SCM API 2.0 impact on SVN plugin?

2017-01-17 Thread Pieter-Jan Busschaert
Hello, I just saw a lot of SCM plugin updates in our Jenkins instance, all related to the change explained in https://jenkins.io/blog/2017/01/17/scm-api-2/ However, the subversion plugin is not updated. It's mentioned in the blog post as one of the initial users of the SCM plugin, but then

Re: Access Maven Metadata Plugin parameters in Jenkins pipeline Groovy script

2017-01-17 Thread Timo Weber
Hi Sándor, thanks a lot for the link. The workaround works for me. You have to disable the Groovy sandbox though. Timo Am Montag, 16. Januar 2017 21:33:56 UTC+1 schrieb kelemensanyi: > > Hi Timo, > > No, we chose a completely different approach. > > But I recently got an answer to the same