Re: Need help with reading parameters passed from one jenkins to other

2014-12-01 Thread GeekBad
Fixed it.. so thanks. On Monday, December 1, 2014 2:58:06 PM UTC-8, GeekBad wrote: > > Hey, > I am trying to pass parameters from one jenkins job to other using the > "Parameterized Trigger Plugin" but am having troubles reading the > parameters passed in my Junit. > Here is what i have job A

Need help with reading parameters passed from one jenkins to other

2014-12-01 Thread GeekBad
Hey, I am trying to pass parameters from one jenkins job to other using the "Parameterized Trigger Plugin" but am having troubles reading the parameters passed in my Junit. Here is what i have job A passes a parameter to job B and i see that Job B has the right parameters being passed in "*Par

Building a new version of a module kicks off a build of downstream projects before updating the upstream/downstream dependencies

2014-12-01 Thread Matt Ouellette
I'm not sure if it is something I have miss-configured or if I'm simply trying to use the tool in the wrong way, but when a new build of a project happens after a version changes, downstream builds are started based on the previous version of that module. For example, I have two projects, modul

Re: Missing grid lines after upgrade from 1.554.3 to 1.580.1

2014-12-01 Thread Slide
That's part of the new "theme." You didn't do anything wrong. It's just how it is now I believe. On Mon Dec 01 2014 at 12:49:02 PM Steve K wrote: > After upgrading, there are no dividing lines between the jobs nor are > there any dividing lines between the list of my slaves on the left hand > si

Missing grid lines after upgrade from 1.554.3 to 1.580.1

2014-12-01 Thread Steve K
After upgrading, there are no dividing lines between the jobs nor are there any dividing lines between the list of my slaves on the left hand side of the page. It looks like I configured a spreadsheet to have no lines between cells. I only swapped out my .war file on the server, should I have do

Re: Error using clipboard on MAC from Jenkins

2014-12-01 Thread Daniel Beck
The problem is likely that the pasteboard service is not available outside a graphical session. This is not a Jenkins issue. This should also happen when logging it to your Mac via SSH to a user account without active graphical session. `ps aux | grep pbs` should show you a pbs (paste board ser

java.lang.IllegalArgumentException: Invalid id: Process leaked file descriptors.

2014-12-01 Thread Luís Borges de Oliveira
Hello, Every so often I get this error during the SCM update phase: > C:\Git\bin\git.exe rev-list 101d7a8540b24fcb19f4cfe4a3f3503a20adb0a8 # > timeout=10 FATAL: Invalid id: Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more in

Re: Jenkins hanging when running a Wise Installation Studio script

2014-12-01 Thread Loyal Parsons
Hey there, I am now having this issue when trying to run the wise32.exe from a Windows Batch install step. I've checked all the permissions and don't seem to have the same issue Eric is relating. My threadDump shows: C:\Users\build\AppData\Local\Temp\hudson6027759377308612291.bat: stdout cop

Re: Security permissions wiped after server restart

2014-12-01 Thread Niksan
The annoying thing is, the permissions still exist in config.xml, it's almost as if Jenkins is just not reading them in at all when rebooting the server. On Monday, December 1, 2014 3:00:39 PM UTC, Scribe wrote: > > Thanks Niksan, >> > > Glad I'm not the only one. I'll check the status of the ti

Error using clipboard on MAC from Jenkins

2014-12-01 Thread Ginga, Dick
To all, we are getting errors when using the clipboard on MAC's through jenkins. We have a simple script that demonstrates it. It copies and reads from the clipboard. When we run it from the command line we get: Yuri-Aokis-MacBook-Pro:Source Testing$ cd qa//Source Yuri-Aokis-MacBook-Pro:So

Re: Security permissions wiped after server restart

2014-12-01 Thread Scribe
> > Thanks Niksan, > Glad I'm not the only one. I'll check the status of the ticket tomorrow. Hopefully someone will acknowledge the issue. Cheers > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and st

Re: Security permissions wiped after server restart

2014-12-01 Thread Niksan
I've see the exact same, you're not alone, I thought it fully wiped out my accounts but I didn't re-enable Jenkins internal database so my post (or the second part of it at least) is irrelevant. https://groups.google.com/forum/#!topic/jenkinsci-users/E42NFkiHCPM On Monday, December 1, 2014 11:5

RE: checkout perforce modules in new directory

2014-12-01 Thread Ginga, Dick
Did you try to put ${BUILD_ID} in the Workspace (client) field? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of niraj nandane Sent: Monday, December 01, 2014 6:21 AM To: jenkinsci-users@googlegroups.com Subject: checkout perforce modules in new direct

Re: Google Apps SSO : OpenID soon deprecated, no plugin supporting OAuth2 authentication

2014-12-01 Thread notsqrt
Great ! I'll be sure to test it when you release it. Le samedi 29 novembre 2014 13:02:15 UTC+1, Ryan Campbell a écrit : > > I have a working prototype for this. Just need to publish. > > On Wed, Nov 26, 2014, 4:43 AM null > wrote: > >> Hi ! >> >> At the moment, I use >> https://wiki.jenkins-ci.o

Re: [workflow-plugin] Error "script.sh: command not found" when running shell script

2014-12-01 Thread Rupali
HI Ninad, Thank for the reply. But it doesn't work. Thing is, shell execution works well as part of normal Jenkins job, as a build step. But it fails to work when I add it as workflow step. Not sure if workflow plugin has a different way to invoke shell scripts than traditional Jenkins shell scr

Re: Security permissions wiped after server restart

2014-12-01 Thread Chris Parr
Have raised a bug in Jenking Jira: JENKINS-25842 -- 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 jenkinsc

Re: NPE when sending mails

2014-12-01 Thread pradeep kumar
Hi Christian, Were you able to resolve this issue? I am facing exactly the same problem. Any tips for me! Not able to resolve it after much troubleshooting. Thanks, Pradeep On Tuesday, 22 January 2013 22:28:20 UTC+8, Christian Petry wrote: > > Hi, > > have Jenkins 1.499 installed on a Linux m

Re: [workflow-plugin] Error "script.sh: command not found" when running shell script

2014-12-01 Thread niraj nandane
Hi, Install cygpath plugin and write #/bin/bash before echo Hello statement On Friday, November 28, 2014 3:09:05 PM UTC+5:30, Rupali wrote: > > Hi, > > I tried a simple command in shell script as below: > sh 'echo Hello' > > It gives below error: > > [D:\Jenkins-Slave\workspace\Setup-WF] Running

checkout perforce modules in new directory

2014-12-01 Thread niraj nandane
Hi, I am newbie in jenkins. I have a requirement in which i need to checkout perforce module each time in new directory whose name is equal to BUILD_ID. How to achieve this using jenkins and perforce as SCM. Any help would be greatly appreciated. -- You received this message because you are su

Security permissions wiped after server restart

2014-12-01 Thread Chris Parr
Hi, Really frustrating problem here. I've posted on stackoverflow (here ), but thought I'd cross post here as there was no solution given. I'm thinking this must be a bug. 1. downloaded rpm jenkins-1.5

Start service and build tests

2014-12-01 Thread Sowrabha
Hi All, I'm in the process of having Android tests executed through jenkins and have a related query. I need to start the Appium server on Mac machine (the tests are executed on Emulator). We have the command to start the appium server and post this we want the test job triggered. I have made t

AW: Retrieve user in System Groovy Choice Parameter

2014-12-01 Thread Sascha.Retter
Hi, thank you! That seems to work. Mit freundlichen Grüßen / Best regards Sascha Retter Von: Gur Sannikov [mailto:gursanni...@gmail.com] Gesendet: Donnerstag, 27. November 2014 08:06 An: jenkinsci-users@googlegroups.com Cc: Retter, Sascha Betreff: Re: Retrieve user in System Groovy Choice Param

Latest and Greatest still points to 1.588

2014-12-01 Thread David Aldrich
On Jenkins Change Log web page, 'Latest and Greatest' still points to 1.588 but latest appears to be 1.592. Best regards David -- 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,