Trouble using pre-build branch merging

2016-02-21 Thread ngsbioinformatics
Hi all - I just downloaded Jenkins-ci v1.647 and have it set up to build a git repo and have the status displayed in the repo. I have multiple branches in my repo, some compile, some don't. I want to have the build status of each branch displayed when viewing a particular branch. I thought t

Re: Mark node offline on build failure

2016-02-21 Thread Victor Martinez
You might use the below plugin: - https://wiki.jenkins-ci.org/display/JENKINS/Offline+Node+On+Failure+Plugin but I don't know whether it's already supported by that plugin... On Sunday, 21 February 2016 16:53:27 UTC, Gurusharan S wrote: > > Hello Jackqueline, > > Have you considered using jenkins

Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-21 Thread Gurusharan S
Hello Divya, Since you are using a local war file for deployment, you can simply do the following: 1. Get the latest version of the war file from the official site or from the link that you see in the 'Manage Jenkins' page. 2. Stop your tom

Re: Mark node offline on build failure

2016-02-21 Thread Gurusharan S
Hello Jackqueline, Have you considered using jenkins CLI for this? From the CLI doc: java -jar jenkins-cli.jar -s http://localhost:8080/jenkins/ disconnect-node NAME [-m VAL] Disconnects from a node. NAME : Slave name, or empty strin

Re: jenkins home directory

2016-02-21 Thread Gurusharan S
Hi Hector, On how to verify the new home directory, you need to go to the Configure jenkins page: Manage Jenkins -> Configure System. Typically the jenkins home directory of the current instance will be displayed first in the form. Hope this helps, Bye for now, Gurusharan S. On Friday, 19 F

Re: Want urgent answer on issue : Disable Configure page http://localhost:8080/configure after installing GO plugin for GOLANG code integration https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin .

2016-02-21 Thread Christopher Orr
Hi there, On 18/02/16 07:12, Mahesh Wabale wrote: > I have to integrate GO lang code with jenkins for autobuild and > autodeployment feature . Jenkins Has plugin for GO code > https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin .. > But after i installing GO plugin successfully and restart the j

Re: Workspace directory location for a pipeline!!!

2016-02-21 Thread Christopher Orr
On 18/02/16 06:13, ok999 wrote: > The workspace of a pipeline/workflow is weird. Its not the usual path on > the slaves but rather on the master inside the jobs directory. Is this > the way how it should be? Generally you shouldn't care where on the build machine the workspace is created. With Pi