windows jenkins slave shows offline

2016-04-18 Thread ok999
i have a jenkins master (linux) and a jenkins slave (win 2008r2). The "Launch MEthod" is set to use the "Java Web Start". I went into the windows slave node, and can start the jenkins using the java. I have installed the jenkins as a service on the slave node. The problem is, if i exit out

Re: StashNotifier Plugin - version info

2016-04-18 Thread Ashish Yadav
I tried multiple browsers. The page loads, but I don't see any version history or release notes information. I only see this txt at the bottom of the page: "This plugin notifies an Atlassian Stash instance of Jenkins builds in progress and of their results. The build results will show up in

Re: Jenkins Crashing

2016-04-18 Thread Shahin Toufighian
I have the same error. Any luck with yours? On Wednesday, July 31, 2013 at 10:01:29 AM UTC-4, Harlan Barnes wrote: > > I'm having an issue where jenkins/java crashing regularly and often. It > had been working fine for a long while and I had to restart the VM > recently. It then started

Re: Jenkinsfile/pipeline with credentials

2016-04-18 Thread Daniel Beck
> On 18.04.2016, at 23:34, Gavin Mogan wrote: > > I'm trying to figure out how the best way to handle credentials are. By > default credentials are guids. Do credentials have a alias system? When you create the credential, click 'Advanced', then specify the ID you want

Jenkinsfile/pipeline with credentials

2016-04-18 Thread Gavin Mogan
Hi I'm trying to make up jenkinsfile's for some of our public examples. I'm trying to figure out how the best way to handle credentials are. By default credentials are guids. Do credentials have a alias system? Or is the best way just to say "for this to work, you need a credential with the

Re: StashNotifier Plugin - version info

2016-04-18 Thread Richard Bywater
Working for me on Chrome Mac. Richard. On Tue, 19 Apr 2016 at 08:57 Ashish Yadav wrote: > This page is coming up ‘blank' for me. > https://wiki.jenkins-ci.org/display/JENKINS/StashNotifier+Plugin > > I am not able to view any version history. Did the page get moved? >

Regarding Jenkins Distributed build Vs Maven Parallel build

2016-04-18 Thread Foyzul Hassan
Hi, For our research work we need to build large open source projects and in that regard we are planning to have distributed Jenkins build system. But I found that maven is already providing parallel build support. So, we thinking about advantage of Jenkins Distributed build over maven

StashNotifier Plugin - version info

2016-04-18 Thread Ashish Yadav
This page is coming up 'blank' for me. https://wiki.jenkins-ci.org/display/JENKINS/StashNotifier+Plugin I am not able to view any version history. Did the page get moved? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Git Client Plugin - Version info

2016-04-18 Thread Ashish Yadav
This page is coming up 'blank' for me. https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin I am not able to view any version history. Did the page get moved? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Integrate with external credential stores

2016-04-18 Thread Patrick van der Velde
Does anybody know if it is possible for the credentials plugin (or any other plugin) to integrate with external credential stores like Hashicorp Vault (https://www.vaultproject.io/). That way we can store our secrets in one system and have it be used by Jenkins and other parts of our build /

[workflow-plugin] Setting poll to false doesn't alter the polling behavior

2016-04-18 Thread Kyle Allan
Hello, I can't seem to understand my problem - setting poll: false in my Pipeline DSL doesn't alter the behavior of the Git Poll Log like I expect. I've ran the job multiple times, and I still see 2 polls within the logs when I expect there to only be one. Workflow Job with an scm-polling

Re: How to run jenkins jobs in particular windows user context

2016-04-18 Thread Harry G.
We used CPAU in some cases for that... kind of command line "run as" for Windows. http://www.joeware.net/freetools/tools/cpau/ Am Montag, 18. April 2016 16:51:45 UTC+2 schrieb Mark Waite: > > One way would be to run a slave for each context, assign a different > label to each slave, then

Re: build timeout but 'send email' instead of 'abort build'?

2016-04-18 Thread John Popowitch
That sounds good, but is there a way to trigger an email if a build is still running but has gone over some type of time limit? On Tuesday, April 12, 2016 at 2:04:44 PM UTC-5, Victor Martinez wrote: > > In addition of that plugin you can use >

Re: How to run jenkins jobs in particular windows user context

2016-04-18 Thread Mark Waite
One way would be to run a slave for each context, assign a different label to each slave, then restrict the jobs to slaves which have the specific label for that context. Mark Waite On Mon, Apr 18, 2016, 4:48 PM pratap Ghosh wrote: > Here is the scenario... > > I

How to run jenkins jobs in particular windows user context

2016-04-18 Thread pratap Ghosh
Here is the scenario... I have a windows machine which has three user say A,B,C. And I have three jobs say X,Y,Z. Now I want to run job X,Y,Z simultaneously in such a way that job X runs in user A's context, job Y runs in user B's context and job Z runs on user C'c context. Is it possible?? If

Inheritance plugin pass parameters

2016-04-18 Thread Igor T
Hi, Recently installed on my Jenkins inheritance plugin and see that from my perspective it works in wrong way. Issue that in case if parent job has param A and param B in child job i assign value, this value also pass to parent job, why? I also try use option to overwrite option for

Re: Scheduled maintenance window April 15th - April 17th

2016-04-18 Thread Kanstantsin Shautsou
So you started migration on Friday? ;-)) On Monday, April 18, 2016 at 7:18:47 AM UTC+3, R Tyler Croy wrote: > > (replies inline) > > On Fri, 15 Apr 2016, R. Tyler Croy wrote: > > > Howdy folks, starting today I am migrating services from various hosts > this > > weekend. The services that are

recommended system for jenkins server

2016-04-18 Thread Kirshan Luhana
Hi I am planning to setup a Jenkins server for our Android base project, can anyone recommended a good system (Laptop or desktop) System should be capable of running minimum four simultaneously emulators. number of Plugins to achieve complete CD goals. Thanks -- You received this