Re: Help please - Admin privilege issue with Jenkins on Windows

2015-07-23 Thread Shajimon Paremmal
Hi, anyone has a clue about what could be causing the issue and what would be the solution? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Remote host IP

2015-07-23 Thread Mandy
Jenkins build log shows Started by remote host xx.xx.xx.xx. Is there a way to access this IP address in a groovy script? Thanks, Mandy -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails

Jenkins remote host IP

2015-07-23 Thread Mandy
Jenkins build log shows Started by remote host xx.xx.xx.xx. Is there a way to access this IP address as an environment variable? Thanks, Mandy -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

Re: What am I missing?

2015-07-23 Thread Ade
sorry forgot to include, using - Apache Maven 3.3.1 Java version: 1.8.0_51 Jenkins: 1.621 -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

What am I missing?

2015-07-23 Thread Ade
I have a maven based DropWizard project that builds a jar (including dependencies) perfectly from the terminal using mvn assembly:single. But when I try to build with Jenkins specifying mvn assembly:single as a goal, source files from the main source folder i.e. src/main/javaare missing from

Re: Stuck creating local jenkins update center

2015-07-23 Thread jje
I think that the following I'd giving a try as well: --Setup your local DNS server to redirect requests to official jenkins update center to your local webserver hosting the plugin repository.(updates.jenkins-ci.org to 192.168.168.10 e.g.) Actually this is very simple by running a webserver

Help please - Admin privilege issue with Jenkins on Windows

2015-07-23 Thread Shajimon Paremmal
Hi, I'm new to Jenkins and am trying to configure Jenkins on Windows to learn the basics. I have added a user and given **all permissions** to him, as described in the documentation. When I restart the service and log in again with that username, the system does not allow configure

Re: Help please - Admin privilege issue with Jenkins on Windows

2015-07-23 Thread Daniel Beck
On 23.07.2015, at 14:28, Shajimon Paremmal shajiparem...@gmail.com wrote: When I restart the service and log in again with that username Is it actually the same user name? It may be case-sensitive. If you use e.g. Active Directory, you'll be able to log in any case combination, but

Re: Remote host IP

2015-07-23 Thread Christopher Orr
On 24/07/15 01:02, Mandy wrote: Jenkins build log shows Started by remote host xx.xx.xx.xx. Is there a way to access this IP address in a groovy script? I imagine something like this should work, if you're using the Groovy Script plugin:

Re: JUC East and EU - slides/videos available

2015-07-23 Thread Kanstantsin Shautsou
Thanks! -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

[workflow-plugin] ClassCastException on brand new project

2015-07-23 Thread Brantone
Ok, what am I doing wrong? This is right outta the box and a non-starter, read docs a few times, but maybe the amount of caffeine affecting my eyes ... I figured I'd start playing around with workflow-plugin to actually code ... but alas, first quick pass starts throwing ClassCastException

Not able to release plugin sing maven

2015-07-23 Thread Rishi Saraf
Hello, Whenever I am trying to release my plugin https://github.com/jenkinsci/vmware-vrealize-codestream-pluginusing below command my build is failing with no address associated with name. Can someone tell what the problem. *mvn release:prepare release:perform -Dusername=rishisaraf11

Re: Help please - Admin privilege issue with Jenkins on Windows

2015-07-23 Thread Shaji
Thanks for the reply, Daniel. It is the same user name and I used it exactly as I gave it. I even tried reinstalling Jenkins several times but the problem persists. On Thu, Jul 23, 2015 at 1:40 PM, Daniel Beck m...@beckweb.net wrote: On 23.07.2015, at 14:28, Shajimon Paremmal

How to make a ssh connection in jenkins workflow through Groovy sand box

2015-07-23 Thread karthik m
We are using a workflow in Jenkins and we need to run a script with particular user previlages, so we should make a ssh connection to server and then run that script, we need to implement this in Groovy sand box. note:ssh connection should be a password less please Help in doing this --

RE: How to know from the local job that a remote job from another Jenkins instance kicks it off ?

2015-07-23 Thread Matthew.Webber
Are you talking about: 1 HUDSON master and 1 Jenkins master 2 Jenkins masters 1 Jenkins master and 1 Jenkins slave From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Zk W Sent: 23 July 2015 01:00 To: jenkinsci-users@googlegroups.com Subject: How to

Upgrade Jenkins

2015-07-23 Thread Sara Walawage
How to upgrade the existing jenkins to latest jenkins? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this

Re: Upgrade Jenkins

2015-07-23 Thread Richard Bywater
You'll need to provide a bit more detail about your Jenkins setup for someone to help. (For instance are you running via a WAR install or via a OS package install) Richard. On Thu, 23 Jul 2015 at 22:16 Sara Walawage saraa...@gmail.com wrote: How to upgrade the existing jenkins to latest

RE: Jenkins link for 1.621 not working from Manage Jenkins

2015-07-23 Thread Matthew.Webber
If you look at the messages in the group from yesterday, you will see that this is a known problem, so no additional confirmation is needed. See https://issues.jenkins-ci.org/browse/JENKINS-29518 for details. I’m sure someone will post here when 1.621 is available. From: