Re: Dynamic selection of downstream jobs

2013-10-08 Thread Moral
Hi Geoff, Thanks for the email. The downstream job is generating the c++ code from matlab models (simulink). At the end of the downstream job the upstream job is copying all the generated code with copy artifacts plug in (copy from the downstream workspace to the upstream workspace). I would

[Help!] HP Automation tools plugin issue for UFT

2013-10-08 Thread cecilia qi
We are working on Jenkins with HP Automation tools plugin, and I have an issue about it during working, many thanks if you could help me: *I installed Jenkins and HP Automation tools plugin in my laptop to invoke UFT 11.52 to run automation cases, while the cases are for mobile platform, so U

Re: LTS 1.509.3 -- Bad Fingerprint Invasion

2013-10-08 Thread Daniel Beck
It looks like you're referring to https://issues.jenkins-ci.org/browse/JENKINS-19515 which will be fixed in 1.509.4. There's already an RC, so you could try upgrading. Did you test the 1.509.3 RC when it was available for almost four weeks before the final version was released? On 09.10.2013,

Re: request on Jenkins error for time stamp

2013-10-08 Thread bala nageswar Chadalavada
Thanks Matthew, No all are ON demand build Jobs only.so at a time its not possible . So ,if i want to do an UPGRADING .i am using RHEL 4.0 Linux Server for jenkins installed. what are the Options for upgrading...and if we are using any LDAP Authentication and Existing Jobs to be present after in

RE: Groovy objects?

2013-10-08 Thread Samuli Saarinen
Hi, AFAIK you have access to the whole JVM and you can do pretty much anything. As for your examples just give it a try. java.lang.* is automatically imported so you could eg. run the following script: println("getenv: " + System.getenv()) println("current thread: " + Thread.currentThread()) F

LTS 1.509.3 -- Bad Fingerprint Invasion

2013-10-08 Thread jieryn
bash$ find /var/lib/jenkins/fingerprints/ -type f | while read fp ; do xmllint --format $fp >/dev/null ; if [[ "$?" == "1" ]] ; then echo stupid $fp ; rm $fp ; fi ; done Why do I have to do this? This seems like a huge failure. Not sure how this got to LTS.. -- You received this message because

Groovy objects?

2013-10-08 Thread cscooper
I'm new to Groovy scripting in Jenkins and I'm not clear on what objects are available. For example, in my System Groovy Script I'm allowed to refer to System.getenv() and Thread.currentThread() but what classes are the System and Thread objects? Where can I find documentation so I know what cool

Re: apt-get install jenkins on Ubuntu giving '404 Not Found'

2013-10-08 Thread JonathanRRogers
Based on what you've said, a Debian binary package on the Jenkins web server was missing and now it exists. What do you need to work around? On Monday, October 7, 2013 6:22:25 PM UTC-4, Cortez wrote: > > Ha, it's there now. I just managed to install it... > > Is there a workaround to avoid gettin

Re: Change layout or add new field to project front page

2013-10-08 Thread oliver gondža
Hi, hudson/model/AbstractProject/main.jelly includes file `jobMain.jelly` for all attached actions. * This action can have optional jobMain.jelly view, which will be * aggregated into the main panel of the job top page. The jelly file * should have an

tag that shows the section title, fo


Jenkins and unitTH

2013-10-08 Thread teilo
Have you checkedhttps://wiki.jenkins-ci.org/display/JENKINS/Test+stability+plugin that may give you 80% Of what you are looking for. -- 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

Re: ssh-agent plugin problems

2013-10-08 Thread Stephen Connolly
Hmmm that's an interesting case Though this should cease to be an issue with the git 2.0 refactoring as it is credentials aware (that does give other issues with non-private key auth and the non-jgit impl) You could try git 2.0-beta-whatever from the experimental update center and see if that

Re: ssh-agent plugin problems

2013-10-08 Thread Maciej Sawicki
On Tue, Oct 8, 2013 at 12:21 PM, Stephen Connolly wrote: > Suffice it to say that the key reported by ssh-add -l is the one injected by > the ssh-agent that is held only by the credentials plugin as a direct-entry > key (so it is not in a file or on a keychain anywhere) > > So this should work, ou

Executor #0 for el6-builder1 is going to execute null

2013-10-08 Thread Brian J. Murrell
On 13-10-07 12:35 PM, Brian J. Murrell wrote: I'm trying to get an instance of Jenkins 1.530+current versions of plugins up and running but when I try to execute a multi-configuration (a.k.a. matrix) job, the child jobs are failing with: Triggering x86_64,el5 Triggering x86_64,el6.4 x86_64,el5 a

Jenkins and unitTH

2013-10-08 Thread Nordin, Lars P
I searched a bit but I haven't seen anything about integrating unitTH and Jenkins for better junit reporting. It seems that this should be possible even without a plugin (maybe). Anyone tried integrating it or are there other plugins that provide this same functionality? The information conta

Re: SEVERE: Executor threw an exception

2013-10-08 Thread Brian J. Murrell
On 13-10-07 12:35 PM, Brian J. Murrell wrote: I'm trying to get an instance of Jenkins 1.530+current versions of plugins up and running but when I try to execute a multi-configuration (a.k.a. matrix) job, the child jobs are failing with: Triggering x86_64,el5 Triggering x86_64,el6.4 x86_64,el5 a

Change layout or add new field to project front page

2013-10-08 Thread Maximilian Morgalla
I'm looking for a way to display userfriendly information about builds in the front page of a project like the changelog and current requirements for a build. I'm either looking for a way to move the editable description field below the Permalinks or adding a new editable field below the Permal

Re: API-created jobs have missing "Build Now" link and don't run.

2013-10-08 Thread Stephen Connolly
right now the literate builds plugin is in the experimental update centre: http://updates.jenkins-ci.org/experimental/ I have a few features to complete before it is safe to release the GitHub SCM implementation I have (as until I finish those features pull requests could be used as an attack vect

Re: API-created jobs have missing "Build Now" link and don't run.

2013-10-08 Thread Ashley Coker
I had not heard of literate builds. I can not find the plugin in Jenkins itself (not in search results). Is this it?: https://wiki.jenkins-ci.org/display/JENKINS/Literate+Plugin If so how do I add it? If I use this, do new branches get triggered from GitHub when they are created? Also, what if

Re: Jenkins Automatically Deleting Build Logs

2013-10-08 Thread Manjunath DG
Got it and will try with  Reload Configuration from Disk which appears to be at Manage Jenkins. Regards, Manjun From: Manjunath DG To: "jenkinsci-users@googlegroups.com" Sent: Tuesday, October 8, 2013 4:56 PM Subject: Re: Jenkins Automatically Deleting Build

Re: /lastBuild in URL no longer working

2013-10-08 Thread Maciej Jaros
matthew.web...@diamond.ac.uk (2013-10-08 12:11): Until fairly recently, we were able to use a URL of the form: jenkins:8080/job//lastBuild/console Note the use of lastBuild to refer to the most recent build. This stopped working recently for some jobs (you get a 404 if you go to the page)

Re: API-created jobs have missing "Build Now" link and don't run.

2013-10-08 Thread Stephen Connolly
When a job is initially created, Jenkins does a bit of jumping through hoops to set a flag that indicates "don't build this job until it has been saved" this is to support the use case of somebody copying a job and changing the scm to the new scm they want to build but finding that polling has trig

Re: API-created jobs have missing "Build Now" link and don't run.

2013-10-08 Thread ashleycoker
A little background from above post: I am using https://github.com/entagen/jenkins-build-per-branch to make Jenkins jobs according to GitHub branches - this uses the API to copy jobs from a template (that I know builds and works fine) job. I am using Jenkins V1.533. Its not as though the job is

Re: Dynamic selection of downstream jobs

2013-10-08 Thread Geoff Cummings
Hi, Have you tried enabling concurrent builds of the downstream job so it can do more than one build at a time? You should check that the multiple builds of the same job don't interfere with each other... Geoff On 8 Oct 2013, at 12:13, Moral wrote: Hi All, Our setup is: Tomcat 7.0.32 Jenk

RE: request on Jenkins error for time stamp

2013-10-08 Thread Matthew.Webber
Maybe the jobs all ran 50 minutes ago? Are you saying that they didn’t? By the way, that’s a very old Jenkins release, older than the current long term support release, you might want to consider upgrading. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behal

RE: Jenkins Automatically Deleting Build Logs

2013-10-08 Thread Matthew.Webber
“Reload Configuration from Disk” can be done from the web interface, under “Manage Jenkins”. You need admin rights, and I think this kills any jobs that are running when it is done. Slaves should reconnect automatically after the restart. From: jenkinsci-users@googlegroups.com [mailto:jenkinsc

request on Jenkins error for time stamp

2013-10-08 Thread bala nageswar Chadalavada
hi. i am getting the same time for all the jobs i created in JENKINS What would be the reason is Verison im using is Jenkins ver. 1.494 [image: Inline image 1] -- Bala.ch -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Re: Jenkins Automatically Deleting Build Logs

2013-10-08 Thread Manjunath DG
Hi Mishael Kim, Its not yet fixed. How do i do   Reload Configuration from Disk in jenkins 1.522 Version,Do we have any option in web interface or else need to do something in Backend of Linux server. Regards, Manju From: Mishael Kim To: jenkinsci-users@goog

Dynamic selection of downstream jobs

2013-10-08 Thread Moral
Hi All, Our setup is: Tomcat 7.0.32 Jenkins 1.518 Multijob Plug in 1.9 We have multiple jobs that call a single downstream job for generating code from Matlab The upstream job takes the generated code from the downstream job and compile. The relationship between upstream and downstream jobs

Re: ssh-agent plugin problems

2013-10-08 Thread Stephen Connolly
OK in a VM installed a clean OSX 10.8 Enabled SSHd Installed Oracle JDK 1.7.0_40 Added as a slave to my Jenkins Started a build using my standard test job Started by user anonymous Building remotely on mac in workspace /Users/s

/lastBuild in URL no longer working

2013-10-08 Thread Matthew.Webber
Until fairly recently, we were able to use a URL of the form: jenkins:8080/job//lastBuild/console Note the use of lastBuild to refer to the most recent build. This stopped working recently for some jobs (you get a 404 if you go to the page) - but only for some; others jobs still work. I only

Re: ssh-agent plugin problems

2013-10-08 Thread Stephen Connolly
You might try the 1.4 release that I just cut. If you get fed up waiting for the OSS update centre, you can download it from http://jenkins-updates.cloudbees.com/download/plugins/ssh-agent/ If that (and I'm hoping the update of JNR libraries fixes the issue) does not work, then you will have to g

Jenkins (1.509.1) slow load of dashboard, hanging & "multiple instances" error

2013-10-08 Thread Cristina Aiftimiei
Hi eveyone, since few weeks now I'm experiencing a lot of issues with my Jenkins instance (SL6/64b, jenkins LTS/1.509.1, rpm installation). It started with a very,very slow load of the main dashboard, order of minutes ..and this week I even gave up waiting and restarted jenkins several times. Afte

Re: Jenkins Automatically Deleting Build Logs

2013-10-08 Thread Mishael Kim
this issue may be fixed in the next build?! https://issues.jenkins-ci.org/browse/JENKINS-15156 *crossing-fingers. On Fri, Oct 4, 2013 at 5:53 AM, Manjunath DG wrote: > Hi Daniel, > Yes seems all because of the project change after the restart as caused > this problem.Will another restart of Jen

RE: [ANN] SSH Slaves 1.3

2013-10-08 Thread David Aldrich
Hi Stephen I wonder if you didn't see my comment yesterday. So here it is again: As of 8 October, Plugin Manager is still showing version 1.2 as the latest version. We currently have version 0.27 installed. Should Plugin Manager be showing 1.3? Best regards David From: jenkinsci-users@googl

Re: Tests randomly failing on slaves

2013-10-08 Thread JonathanRRogers
On Monday, October 7, 2013 8:25:42 AM UTC-4, incubusattax wrote: > > Hey guys, > > I have some Webdriver tests that run perfectly when I run them via Eclipse > but when I run them via Jenkins on a slave, they seem to fail randomly. > Any ideas on how I can troubleshoot this? > It's not really a

Re: Browser gets opening without proxy

2013-10-08 Thread JonathanRRogers
On Monday, October 7, 2013 8:30:56 AM UTC-4, pradeep kattekola wrote: > > Hi team, > > > i am new to jenkins. i developed one selenium script which runs properly > when its gets executed from eclipse. > > But when i started the same job using jenkins , its not working proper. > > > In browser ,