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

2015-07-23 Thread Baptiste Mathus
I'd look at using the publish over SSH plugin inside the workflow code. Cheers Le 23 juil. 2015 7:10 PM, "karthik m" a écrit : > 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 sc

Re: What am I missing?

2015-07-23 Thread Baptiste Mathus
Freestyle or maven job? Le 23 juil. 2015 1:20 PM, "Ade" a écrit : > 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

Re: Upgrade Jenkins

2015-07-23 Thread Baptiste Mathus
And in general anyway, mainly remember you must backup the .jenkins directory before trying to upgrade. -- Baptiste Le 23 juil. 2015 12:21 PM, "Richard Bywater" a écrit : > You'll need to provide a bit more detail about your Jenkins setup for > someone to help. (For instance are you running via

Re: Increasing slave performance - Jenkins

2015-07-23 Thread Baptiste Mathus
Hi, I think you should rephrase because I personally am not sure I understand what you need. Cheers Le 22 juil. 2015 3:23 PM, "Ozcan Ovunc" a écrit : > I know it is not needed to install Jenkins on the slave machine. And this > way, master shares it's configuration settings with it's slave over t

Re: email list of all users defined in active directory + role-based auth

2015-07-23 Thread Baptiste Mathus
I don't think something "standard" exists. Cheers Le 21 juil. 2015 8:58 AM, "lata" a écrit : > Hi > > We are using Active Directory + Role-Based Strategy for Jenkins > authentication. > We want to be able to send out notifications on important changes such as > upgrades to all users on our Jenki

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: build.getCauses().grep(hudson.model.Cause.RemoteCaus

Re: unable to read config.xml - GlobalMatrixAuthorizationStrategy

2015-07-23 Thread Matthew Hupman
Not sure if it helps, but I ran into a very similar issue after updating the Matrix Project Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Project+Plugin). There is a note on it 1.4.1 release about it not being compatible with older Jenkins releases. I downgraded the plugin and an

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 receivin

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 email

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 jenkinsci-users+uns

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 -- Yo

Not able to release plugin sing maven

2015-07-23 Thread Rishi Saraf
Hello, Whenever I am trying to release my plugin using 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 -Dpas

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 https://groups.g

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 wrote: > > On 23.07.2015, at 14:28, Shajimon Paremmal > wrote: > > > When I restart

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 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 permissions may only be granted

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 privileges

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 ind

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 jenkinsci-users+unsu

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/java"are missing f

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: jenkinsci-users@googlegr

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 wrote: > How to upgrade the existing jenkins to latest jenkins? > > -- > You re

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 thi

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 know