Re: Updated to 1.538. won't contact Update Center

2013-11-06 Thread fou noway
It looks like setting the update url to http*s*://updates.jenkins-ci.org/update-center.json fixes the issue after a while. -- 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

Re: Plugin to execute unified code before job's build and actions

2013-11-06 Thread Kreasen Naidoo
is execute shell not sufficient ? On Thu, Nov 7, 2013 at 9:35 AM, Liang Peng wrote: > > Hi all, > > I am searching for a plugin that can allow us to insert a piece of code > before all job's build process or actions, better in the same > session(linux). Do you have any suggestions? > > Thanks.

[copyartifacts plugin]copying aritfacts from another job using specific build number passed by environment variable.

2013-11-06 Thread hitesh kumar
Hi Gang, Please share your comment/solution on JENKINS-17570 details: how we can use any environment variable as buildnumber of another job to copy artifacts i tried suing envinject plugin but it was failed. stacktrace below [EnvInject] - Inje

Plugin to execute unified code before job's build and actions

2013-11-06 Thread Liang Peng
Hi all, I am searching for a plugin that can allow us to insert a piece of code before all job's build process or actions, better in the same session(linux). Do you have any suggestions? Thanks. :) -- Best regards Liang Peng -- You received this message because you are subscribed to the Googl

Re: Log file for script trigger plugin

2013-11-06 Thread Srinivasa TN
On Wednesday, 30 October 2013 21:18:45 UTC+5:30, Srinivasa TN wrote: > > On Wednesday, 30 October 2013 18:32:03 UTC+5:30, maciej wrote: >> >> Srinivasa TN (2013-10-30 13:34): >> >> Hi All, >>I am using Jenkins 1.514 and scripttrigger plugin 0.31 on RHEL 6.3. I >> have written bash script i

Failed to connect to binary FirefoxBinary(/usr/bin/firefox) on port 7055

2013-11-06 Thread Paridhi Mittal
I have tried changing the version of firefox to latest as well and lower version. But nothong worked for me. Any solution for this problem ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-11-06 Thread Clint Bodine
FWIW, we recently upgraded to Jenkins 1.534 and just ran into this problem. On Monday, September 23, 2013 1:17:55 AM UTC-6, Vincent Latombe wrote: > > See https://issues.jenkins-ci.org/browse/JENKINS-19352 > > Vincent > > > 2013/9/23 Felix Riegger > > >> Hi Vincent, >> >> we are on 1.531 now, but

Re: How to remove disk-usage plugin completely?

2013-11-06 Thread dennys
Thanks, it's warning, not error. But because there are too many warnings, it will let me not easy to check the log. And after discarding all the unloadable data there, the warning is still there. And since I cannot see manage old data now, I guess the old data is clear? I also try to check config

Help Running Jenkins (1.535+) on Solaris 10

2013-11-06 Thread thejosh007
Hi, I used to be able to run jenkins.war on solaris 10 using: $JAVA_HOME/bin/java -jar $JENKINS_HOME/jenkins.war --httpPort=8081 This worked fine up till Jenkins version 1.535, so I assume the introduction of Jetty had something to do with this issue. Jenkins still starts fine and the logs are th

Re: Dashboard is now empty

2013-11-06 Thread Tom Luong
This happened to me when I forget to check on one of the Portlets at the bottom of the Dashboard configuration page. On Wednesday, November 6, 2013 1:44:25 PM UTC-8, Ryan Pollock wrote: > > I've recently upgraded to 1.538 and I'm using the dashboard plugin 2.9.2. > Some of my dashboards are n

Fwd: JUC 2013 Palo Alto: are the videos available ?

2013-11-06 Thread Alyssa Tong
Hi Luca, the videos will be up soon. We are still working on the edits. However the slides are up http://www.cloudbees.com/jenkins/juc2013/juc2013-palo-alto-abstracts.cb with exception of a few that I have not yet received. We'll announce availability of the videos hopefully by next week if all

JUC 2013 Palo Alto: are the videos available ?

2013-11-06 Thread Luca Milanesio
Are the videos of the JUC Palo Alto 2013 available on YouTube ? Luca. -- 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.

Dashboard is now empty

2013-11-06 Thread Ryan Pollock
I've recently upgraded to 1.538 and I'm using the dashboard plugin 2.9.2. Some of my dashboards are not showing any jobs or data anymore. One weird part of this issue is that it only seems to be some of the dashboards. I have other dashboards that are showing their summaries job lists just f

Re: Selenium/Firefox under Jenkins finds wrong libstdc++ version

2013-11-06 Thread JonathanRRogers
On Tuesday, November 5, 2013 12:03:46 PM UTC-5, rop wrote: > > > We are trying to make a maven-project with Selenium-tests run **headless** > in Jenkins on a Linux-box. > We installed the xvfb-plugin in Jenkins. > But when Selenium tries to invoke Firefox we get this error: > > XPCOMGlueL

Jenkins screenshots usage policy

2013-11-06 Thread tzieleniewski
Hello, Please clarify if it is allowed to use Jenkins screenshots in the following situations (please point restrictions if they apply): 1) Internal organization/company usage, 2) Usage within ecosystem, partners and cooperating companies with signed NDAs and agreements, 3) Public usage on confe

Jenkins does not show the changes

2013-11-06 Thread zakyn
Hello, We have Jenkins, version Mercurial plugin found the changes *17:17:01* parent: 8615:3976d5ad316d tip*17:17:01* Merge with feat_kdmig3d_stability*17:17:01* branch: rc_TSPNG_public*17:17:01* commit: 1 modified*17:17:01* update: (current) But this change is not shown in the changes sec

ChromeDriver "failed to start" when Selenium started via Jenkins (Mac OS X)

2013-11-06 Thread Paul Schreiber
Config: Mac OS X 10.8.5, java 1.6.0_65, Selenium 2.37, Jenkins 1.538, Chrome 30.0.1599.101, ChromeDriver v2.6.232908 and Firefox 25.0. I'm running tests using PHPUnit 3.7.28 and PHP 5.3.22 (using PHPUnit_Extensions_Selenium2TestCase). (1) If I manually start Selenium like so: $ java -jar ~/Downl

Re:Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-06 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You are correct. The cppcheck plugin only provides a Publisher, not a Build Step, so you will need to arrange for cppcheck to be run by one of the steps in your project. it doesn't get 'attached' to msbuild, you'll need to run an 'Execute Shell' step in your project and then run cppcheck to anal

Re:Error when upgrading 1.537 -> 1.538 on Ubuntu with native packages

2013-11-06 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I saw this as well. I manually created /var/run/jenkins (owned by the jenkins user) and finished the package update. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 6 2013 00:21:03 Hello I got following error while upgrading from

Aw: Re: Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread Christoph Kutzinski
As part of the Maven goals and options: -Dmaven.test.failure.ignore=false   Gesendet: Mittwoch, 06. November 2013 um 15:19 Uhr Von: "David Gang" An: jenkinsci-users@googlegroups.com Betreff: Re: Re: jenkins maven project executes maven deploy even when tests fail Hi, I wanted to try the fir

Re: Suggestion about improve of work with XML format of JUNIT

2013-11-06 Thread Ruslan Zasukhin
On 11/6/13, 4:58 PM, "Mark Waite" wrote: > I think Jenkins intends for you to capture successes in addition to failures. >  If you don't capture successes in addition to failures, then when a test > fails, it appears in the Jenkins results as a "new test".  When it is fixed, > it disappears again

Re: Nested testsuites are not shown? How you live with this? [issue 18673]

2013-11-06 Thread Ruslan Zasukhin
On 11/6/13, 4:52 PM, "Mark Waite" wrote: Hi Mark, > I'm not aware of any workaround.  That doesn't mean there isn't one, just that > I've never needed it, so have never investigated it. > > Can you describe how you're generating that JUnit XML format? > > When I run unit tests from the task i

Re: Updated to 1.538. won't contact Update Center

2013-11-06 Thread fou noway
Not sure this is directly related but we have a similar issue here: updates are blocked because Firefox 23+ (not checked with other browsers yet) blocks mixed-content. If I unblock mixed-content blocking for my site, [Check now] runs fine. Does anyone know a way of updating outside the browser ?

Re: login not working timeout

2013-11-06 Thread Philipp Kraus
This problem seems to be exists only under webkit browser engines. Firefox works, but Safari & Chrome create problems Phil -- 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 a

Re: Suggestion about improve of work with XML format of JUNIT

2013-11-06 Thread Mark Waite
I think Jenkins intends for you to capture successes in addition to failures. If you don't capture successes in addition to failures, then when a test fails, it appears in the Jenkins results as a "new test". When it is fixed, it disappears again. I think that will mislead your users and sacrifi

Re: Nested testsuites are not shown? How you live with this? [issue 18673]

2013-11-06 Thread Mark Waite
I'm not aware of any workaround. That doesn't mean there isn't one, just that I've never needed it, so have never investigated it. Can you describe how you're generating that JUnit XML format? When I run unit tests from the task in ant, it generates multiple TEST-*.xml files, each one for a spe

Suggestion about improve of work with XML format of JUNIT

2013-11-06 Thread Ruslan Zasukhin
Hi Guys, History of question is: We have own system of tests for our C++ product, which is in develop more of 10 years. Now we consider plug this under Jenkins, so we try to generated minimal required XML file in JUNIT format. There was hope that may be, we can put into XML file

Nested testsuites are not shown? How you live with this? [issue 18673]

2013-11-06 Thread Ruslan Zasukhin
Hi Guys, I have spend time learning this issue, and have found quite fresh issue in bug tracker: https://issues.jenkins-ci.org/browse/JENKINS-18673 PROBLEM IS, that in tests we have more that 2 levels, then Jenkins totally ignores that. And shows only 3 levels Package.Class.Te

Re: Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread David Gang
Hi, I wanted to try the first option of setting maven.test.failure.ignore=false. Where can i set this option? I looked through the "configure system" page and did not find a place where to edit it. Thanks, David On Wednesday, November 6, 2013 2:17:57 PM UTC+2, kutzi wrote: > > No, it's much sim

Re: Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread Stephen Connolly
On 6 November 2013 12:17, Christoph Kutzinski wrote: > No, it's much simpler IMO. > > The Maven job type always sets maven.test.failure.ignore to true ( > http://maven.apache.org/maven-1.x/plugins/test/properties.html), > so the build can run to the end and Jenkins can record the test results > a

Re: How to remove disk-usage plugin completely?

2013-11-06 Thread Daniel Beck
It's a warning, not an error. Go to Manage Jenkins » Manage Old Data, and discard all the unloadable data there. Then restart. No warnings related to Disk Usage plugin should appear anymore. On 06.11.2013, at 12:13, dennys wrote: > I want to remove disk-usage, but when I remove it, I got the

Aw: Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread Christoph Kutzinski
No, it's much simpler IMO.   The Maven job type always sets maven.test.failure.ignore to true (http://maven.apache.org/maven-1.x/plugins/test/properties.html), so the build can run to the end and Jenkins can record the test results and set the build result to UNSTABLE - instead of FAILURE which

How to remove disk-usage plugin completely?

2013-11-06 Thread dennys
I want to remove disk-usage, but when I remove it, I got the error message. hudson.util.RobustCollectionConverter populateCollection Warning: Failed to resolve class com.thoughtworks.xstream.mapper.CannotResolveClassException: hudson.plugins.disk_usage.BuildDiskUsageAction at com.thoughtwo

Re: forcing english locale

2013-11-06 Thread Harry Percival
Linux-only of course, apologies. On Wednesday, November 6, 2013 11:44:04 AM UTC, Harry Percival wrote: > > In case anyone else ever struggles with this issue -- I found the locale > plugin didn't work for me, so I ended up setting a system-wide local in > /etc/default/locale using > > sudo

Re: forcing english locale

2013-11-06 Thread Harry Percival
In case anyone else ever struggles with this issue -- I found the locale plugin didn't work for me, so I ended up setting a system-wide local in /etc/default/locale using sudo update-locale en_GB.UTF-8 cat /etc/default/locale LANG="en_GB.UTF-8" LANGUAGE="en_GB:en" sudo reboo

Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread Stephen Connolly
http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html I am willing to bet that it is the Maven Job type's evil hooks that are causing your issues... I believe there is some turd polishing hack on top of a hack that lets the Maven job type intercept the deploy and the

Jenkins doesnt "finish" JUnit test

2013-11-06 Thread Marius Ke
Hey folks, i'am having some problems with jenkins and JUnit. When Jenkins builds a project, it successfully executes the JUnit tests, but at the time i expect the Test-Summary it hangs. In the consoleoutput i see the success of every test, but the Junit-Summary of all Tests will not be printed.

Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-06 Thread Grey
Hey all, I am a new user to Jenkins and so far had no issues with using some plugins and building my VS C++ projects. I am trying to set it up to use cppcheck for the builds, I "thought" I set it up correctly, but I basically get this: No valid cppcheck data available This plugin will not repo

Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread David Gang
Hi, The command line is: Executing Maven: -B -f /**/pom.xml -gs /tmp/global-settings3747081156353443581.xml deploy Thanks, David On Wednesday, November 6, 2013 9:53:38 AM UTC+2, Baptiste Mathus wrote: > > What is the command line in use in Jenkins? (Extract it from the logs). > Btw, are you