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 , there are

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: [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:

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

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: 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 mish...@gmail.com To:

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 http://jenkins-ci.org/ [image: Inline image 1] -- Bala.ch -- You received this message because you are subscribed to the Google Groups Jenkins Users

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

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 alb.mora...@gmail.com wrote: Hi All, Our setup

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

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/jobname/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

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

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

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

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

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

Re: ssh-agent plugin problems

2013-10-08 Thread Maciej Sawicki
On Tue, Oct 8, 2013 at 12:21 PM, Stephen Connolly stephen.alan.conno...@gmail.com 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

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: 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 ttjobMain.jelly/tt view, which will be * aggregated into the main panel of the job top page. The jelly file * should have an lt;h2 tag that shows the section

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 getting

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

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 you

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()) For

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

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,

[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