Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread Praju
Thank you all , it is working for me On Tuesday, November 22, 2022 at 7:28:29 PM UTC+5:30 db...@cloudbees.com wrote: > On Tue, Nov 22, 2022 at 2:54 PM Praju wrote: > >> Hi , >> The above one I am taking as example but actual configuration is: >> < python_file> -D&1 2 | te

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread 'Daniel Beck' via Jenkins Users
On Tue, Nov 22, 2022 at 2:54 PM Praju wrote: > Hi , > The above one I am taking as example but actual configuration is: > < python_file> -D&1 2 | tee gen.file.log > above command return "ValueError: No JSON object could be decoded" > but the job build status is showing suc

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread Praju
Hi , The above one I am taking as example but actual configuration is: < python_file> -D&1 2 | tee gen.file.log above command return "ValueError: No JSON object could be decoded" but the job build status is showing success Thanks On Tuesday, November 22, 2022 at 6:54:51 PM

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 22.11.2022 um 05:11 -0800 schrieb Praju: echo ${var} ( Note : I am not defined var) echo NEVER fails. If ${var} is not defined, echo will output an empty string, so you'll see an empty new line in your build's log. If you want it to fail, you'd need to test whether the

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread 'Daniel Beck' via Jenkins Users
On Tue, Nov 22, 2022 at 2:11 PM Praju wrote: > Hi, > below is my configuration: > > echo "welcome" > echo ${var} ( Note : I am not defined var) > echo "hello" > > expected output status: failure > > output: > > + echo welcome > welcome >

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread Praju
hello Finished: SUCCESS On Tuesday, November 22, 2022 at 6:20:08 PM UTC+5:30 dheinric wrote: > Am Dienstag, dem 22.11.2022 um 03:47 -0800 schrieb Praju: > > I need to fail jenkins job if any linux command return error message , > could any one help on

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 22.11.2022 um 21:01 +0800 schrieb kakamai...@gmail.com: throw exception in groovy The question is about Linux commands, not Groovy. Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread kakamain99
-- 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.google.com

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 22.11.2022 um 03:47 -0800 schrieb Praju: I need to fail jenkins job if any linux command return error message , could any one help one this By default, Jenkins runs "Execute Shell" steps with "/bin/sh -e -x". Due to "-e", the step will fail if an

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread Alex Earl
This is the default for Jenkins, if a command exits with a non-zero exit code, then the job should already fail. On Tue, Nov 22, 2022 at 5:41 AM Praju wrote: > Hi , > I need to fail jenkins job if any linux command return error message , > could any one help one this > > Thank y

I need to fail jenkins job if any linux command return error message

2022-11-22 Thread Praju
Hi , I need to fail jenkins job if any linux command return error message , could any one help one this Thank you -- 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, sen

Re: Empty error message box on clicking apply button in Jenkins 2.277+

2021-04-29 Thread saqib butt
ins and open it to configure, the CSS styling >> somehow is not loaded (broken_ui1.png ... broken_ui4.png) and I am getting >> the following errors mentioned in to attach file "jenkins.log", this log is >> taken from the Jenkin's UI. >> >> Also, I

Re: Empty error message box on clicking apply button in Jenkins 2.277+

2021-04-28 Thread Mark Waite
the CSS styling > somehow is not loaded (broken_ui1.png ... broken_ui4.png) and I am getting > the following errors mentioned in to attach file "jenkins.log", this log is > taken from the Jenkin's UI. > > Also, I am attaching some images where CSS or JavaScript does not seem to &

Re: Empty error message box on clicking apply button in Jenkins 2.277+

2021-04-27 Thread saqib butt
t;> Hi >> >> I am getting an "Error" popup when I click on the 'Apply' button after >> opening any current Jenkins job as well as opening a new Jenkins job. >> >> This only happens when I move my Jenkins to version 2.277+. >> >> When I

Re: Empty error message box on clicking apply button in Jenkins 2.277+

2021-04-27 Thread Mark Waite
Apply' button after > opening any current Jenkins job as well as opening a new Jenkins job. > > This only happens when I move my Jenkins to version 2.277+. > > When I downgrade my Jenkins to any of the Jenkins version 2.263+, there is > no error message when clicking the 'A

Empty error message box on clicking apply button in Jenkins 2.277+

2021-04-27 Thread SAQIB
Hi I am getting an "Error" popup when I click on the 'Apply' button after opening any current Jenkins job as well as opening a new Jenkins job. This only happens when I move my Jenkins to version 2.277+. When I downgrade my Jenkins to any of the Jenkins version 2.263+, there

Test Results Aggregator error message

2021-03-25 Thread webde...@gmail.com
Hey, all, Found this error in the System Log and I'm unsure how to resolve. This is a follow-up to this issue I mentioned earlier: https://groups.google.com/u/1/g/jenkinsci-users/c/kNbAmi85ZI8 Error Message: falling back to default instantiation com.jenkins.testresultsaggregator.data

Re: Z/OS Connector: error message ERROR: failed to list available jobs

2020-03-11 Thread Martin Herbst
I think, I have found the reason for the problem: it seems that the firewall blocked it somehow. Am Mittwoch, 11. März 2020 15:10:52 UTC+1 schrieb Martin Herbst: > > I have got two Jenkins installation and from both installations I am > executing jobs on an IBM z/OS. (with the same user id). O

Z/OS Connector: error message ERROR: failed to list available jobs

2020-03-11 Thread Martin Herbst
I have got two Jenkins installation and from both installations I am executing jobs on an IBM z/OS. (with the same user id). On the first machine everything works fine, but on the second machine I have got several problems (tested with pipeline and free style job): 1. If I set the wait tim

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2019-06-18 Thread YUQI ZHANG
upgrading/downgrading things without backup! 在 2018年3月3日星期六 UTC+8下午6:23:27,Poovaraj Thangamariappan写道: > > Hi Team, > > I have downgraded Jenkins latest version to old version(2.48). I got below > error message after launch the Jenkins. Please help me to fix this issues. >

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2019-01-27 Thread Baptiste Mathus
angelog/#v2.105 >>>> >>>> Looking at how often you upgrade, you really should use the LTS vesion >>>> of Jenkins, not the weekly. Cf. https://jenkins.io/download/lts/ >>>> >>>> 2018-03-03 7:35 GMT+01:00 Poovaraj Thangamariappan >>> &

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2019-01-25 Thread Mark Waite
-03-03 7:35 GMT+01:00 Poovaraj Thangamariappan >>> : >>> >>>> Hi Team, >>>> >>>> I have downgraded Jenkins latest version to old version(2.48). I got >>>> below error message after launch the Jenkins. Please help me to fix this >

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2019-01-25 Thread Aparna venugopal
how often you upgrade, you really should use the LTS vesion of >> Jenkins, not the weekly. Cf. https://jenkins.io/download/lts/ >> >> 2018-03-03 7:35 GMT+01:00 Poovaraj Thangamariappan > >: >> >>> Hi Team, >>> >>> I have downgraded Jenkins

Re: Jenkins - java.io.IOException: Pipeline: API v2.29 failed to load. - Error Message

2018-08-28 Thread gaurav pant
Hi Poovaraj, You need to first update your jenkins to the v2.121 or later to run this plugin as mentioned in the error. Regards, Gaurav Pant On 28 Aug 2018 12:41, "Poovaraj Thangamariappan" wrote: > Hi Team, > > I am getting below error message while installing Jenkins P

Jenkins - java.io.IOException: Pipeline: API v2.29 failed to load. - Error Message

2018-08-28 Thread Poovaraj Thangamariappan
Hi Team, I am getting below error message while installing Jenkins Plugins. Why is it showing below error message ? Please help me. Machine : Linux Jenkins Version : 2.107.1 java.io.IOException: Pipeline: API v2.29 failed to load. - You must update Jenkins from v2.107.1 to v2.121 or later to

Re: ERROR: Message not found for errorCode: 0xC00000AC... Why?

2018-04-24 Thread Gopinath Gudimalla
it is throwing the >> following error. >> >> [2018-04-21 13:06:16] [windows-slaves] Connecting to 192.168.X.XX >> >> ERROR: Message not found for errorCode: 0xC0AC >> org.jinterop.dcom.common.JIException: Message not found for errorCo

Re: ERROR: Message not found for errorCode: 0xC00000AC... Why?

2018-04-21 Thread Slide
it is throwing the > following error. > > [2018-04-21 13:06:16] [windows-slaves] Connecting to 192.168.X.XX > > ERROR: Message not found for errorCode: 0xC0AC > org.jinterop.dcom.common.JIException: Message not found for errorCode: > 0xC0AC > at > org.jintero

ERROR: Message not found for errorCode: 0xC00000AC... Why?

2018-04-21 Thread Gopinath Gudimalla
] Connecting to 192.168.X.XX ERROR: Message not found for errorCode: 0xC0AC org.jinterop.dcom.common.JIException: Message not found for errorCode: 0xC0AC at org.jinterop.winreg.smb.JIWinRegStub.winreg_OpenHKCR(JIWinRegStub.java:121) at

Re: withMaven dependency trigger - Need help to understand the error message

2018-03-13 Thread Cyrille Le Clerc
Ack. We need to improve the troubleshooting guide "Why my downstream job doesn't get triggered". A SQL approach could be interesting but as our queries are no trivial, there would be a risk of misunderstanding. Maybe adding a troubleshooting API/GUI/CLI on the withMaven pipeline graph is the m

Re: withMaven dependency trigger - Need help to understand the error message

2018-03-12 Thread Dan Tran
I believe I don't have the scenario that you described. Mine is more like Project A, B, and C depends on D, after D builds, A, B, and C are not built So I need to troubleshoot, to see what I missed from my setup -D On Monday, March 12, 2018 at 9:00:20 AM UTC-7, Cyrille Le Clerc wrote:

Re: withMaven dependency trigger - Need help to understand the error message

2018-03-12 Thread Cyrille Le Clerc
> How can I troubleshoot this? I discussed this feature with Arnaud Héritier today for another use case. My understanding is that it is "work as design" and that you ask for an improvement to disable this JENKINS-46313 Avoid excessive triggering of downstream jobs

Re: withMaven dependency trigger - Need help to understand the error message

2018-03-11 Thread Dan Tran
Thanks for the explanation. It is clear now In my case, I downstream should be built regardless, but it is not. How can I troubleshoot this? Thanks -D On Sunday, March 11, 2018 at 9:37:13 AM UTC-7, Cyrille Le Clerc wrote: > > Sample: projects framework, shared-lib and webapp. > > Both share

withMaven dependency trigger - Need help to understand the error message

2018-03-11 Thread Cyrille Le Clerc
Sample: projects framework, shared-lib and webapp. Both shared-lib and webapp depend on framework and webapp also depend on shared-lib. When framework build succeeds, it should trigger both shared-lib and webapp. But it's a "waste" to trigger webapp now because shared-lib will trigger "webapp"

withMaven dependency trigger - Need help to understand the error message

2018-03-10 Thread Dan Tran
Hi I am trying to get an upstream to trigger downstream project using snapshot trigger. My upstream logs the following message [withMaven] Not triggering xx because it has dependencies in the downstream project list Could some one explain what it really mean? 'xxx' is my downst

Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-04 Thread Poovaraj
>>>> did you use some standard package to do this? >>>> >>>> 2018-03-03 7:07 GMT+01:00 Poovaraj Thangamariappan < >>>> poovaraj2...@gmail.com>: >>>> >>>>> Hi Team, >>>>> >>>>> I hav

Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-04 Thread Baptiste Mathus
rted for Jenkins. Did you upgrade manually, or >>> did you use some standard package to do this? >>> >>> 2018-03-03 7:07 GMT+01:00 Poovaraj Thangamariappan < >>> poovaraj2...@gmail.com>: >>> >>>> Hi Team, >>>> >>>>

Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
an < >> poovaraj2...@gmail.com>: >> >>> Hi Team, >>> >>> I have upgraded latest Java and Jenkins version. It is throwing below >>> error message after click on *Configure Glopal Security *tab. Please >>> help me to fix this issue

Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
-03 7:07 GMT+01:00 Poovaraj Thangamariappan >: > >> Hi Team, >> >> I have upgraded latest Java and Jenkins version. It is throwing below >> error message after click on *Configure Glopal Security *tab. Please >> help me to fix this issue. >> >> Jav

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2018-03-03 Thread Poovaraj Thangamariappan
downgraded Jenkins latest version to old version(2.48). I got >> below error message after launch the Jenkins. Please help me to fix this >> issues. >> >> org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as > version not '1.1' (position: START_DOCUME

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2018-03-03 Thread Baptiste Mathus
. https://jenkins.io/download/lts/ 2018-03-03 7:35 GMT+01:00 Poovaraj Thangamariappan : > Hi Team, > > I have downgraded Jenkins latest version to old version(2.48). I got below > error message after launch the Jenkins. Please help me to fix this issues. > > org.xmlpull.v1.XmlPullPar

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2018-03-03 Thread Daniel Beck
> On 3. Mar 2018, at 07:35, Poovaraj Thangamariappan > wrote: > > I have downgraded Jenkins latest version to old version(2.48). I got below > error message after launch the Jenkins. Please help me to fix this issues. > Downgrades are generally not supported -- and huge ju

Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Baptiste Mathus
Hello, Java 9 is not yet supported for Jenkins. Did you upgrade manually, or did you use some standard package to do this? 2018-03-03 7:07 GMT+01:00 Poovaraj Thangamariappan : > Hi Team, > > I have upgraded latest Java and Jenkins version. It is throwing below > error message af

java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
Hi Team, I have upgraded latest Java and Jenkins version. It is throwing below error message after click on *Configure Glopal Security *tab. Please help me to fix this issue. Java - 9 Version Jenkins - Jenkins ver. 2.109 <https://jenkins.io/> Windows 8 (64 bit) Error Message:Stack

Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2018-03-03 Thread Poovaraj Thangamariappan
Hi Team, I have downgraded Jenkins latest version to old version(2.48). I got below error message after launch the Jenkins. Please help me to fix this issues. org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as (XppReader.java:63) at

Re: Abort a job as soon as an error message appears in the console output

2015-11-16 Thread Victor Martinez
Hi again, Jenkins run the above shebang by default: - https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/Shell.java#L85 But if you run scripts and other scripts without trapping those errors then IMO the root cause is basically in the scripts itself, so i

Re: Abort a job as soon as an error message appears in the console output

2015-11-16 Thread Patricia Mendez Lorenzo
Thanks a lot Victor for your answer. In any case, this is what we would like to avoid. At a certain point, when the chain of scripts is too long, we will certainly forget to include the -e option. This is not a robust approach. I was wondering in Jenkins is able to do it as toolkit, other tool

Abort a job as soon as an error message appears in the console output

2015-11-13 Thread Victor Martinez
Hi, If I understood correctly you could add the below shebang in each script file #!/bin/bash -xe Then in case of any errors of those children scripts will be trapped accordingly. you might need to review whether you use any traps I hope it helps Cheers -- You received this message because

Abort a job as soon as an error message appears in the console output

2015-11-13 Thread Patricia Mendez Lorenzo
Dear all, i have a set of jenkins jobs with some bash code included in the "Execute shell" window. The primary bash execution calls some scripts that at the same time call some other scripts... this means; there is a set of children and subchildren and sub-subchildren even. I would like to ensure

Re: Why do I get this error message when I'm trying to save an artifact

2015-11-13 Thread Eric Pyle
tware-project-building job for my company. After the job finished, I use the tar tool to pack some libs into a tar.gz package and try to get it from user side via the latest version of JenkinsAPI(pythonhosted.org/jenkinsapi/ <http://pythonhosted.org/jenkinsapi/>). But I will get everyti

Re: Why do I get this error message when I'm trying to save an artifact

2015-11-11 Thread cqzhy1986
7 to create a software-project-building >> job for my company. >> After the job finished, I use the tar tool to pack some libs into a >> tar.gz package and try to get it from user side via the latest version of >> JenkinsAPI(pythonhosted.org/jenkinsapi/). >> But

Re: Why do I get this error message when I'm trying to save an artifact

2015-11-11 Thread Victor Martinez
insapi/). > But I will get everytime an error message from the JenkinsAPI's > Artifact.save() function: > "ERROR:root:Failed request at > http://xxx.xxx.xxx.xxx:xx/fingerprint//api/python with > params: None" > Finally I can still find the art

Why do I get this error message when I'm trying to save an artifact

2015-11-10 Thread Rock.C
will get everytime an error message from the JenkinsAPI's Artifact.save() function: "ERROR:root:Failed request at http://xxx.xxx.xxx.xxx:xx/fingerprint//api/python with params: None" Finally I can still find the artifact has been saved to the path I specified. Just

Error message

2015-11-10 Thread Victor Martinez
Can you please provide further details? How did you get that error? What versions do you use? Have you tried with some verbose output? Your information doesn't provide the above details so it is hard to provide any feedback... -- You received this message because you are subscribed to the Googl

Error message

2015-11-10 Thread GBANE FETIGUE
Hey buddy Is anyone some about that error message: NOTIFIED: [nodejs_app | restart app] ** failed: [qastatus0] => {"failed": true, "item": ""} msg: stop: Unknown instance: start: Rejected send message, 1 matched r

strange error message when configuring post build action for archiving artifacts

2015-10-06 Thread Ronald Fischer
this is not surprising: The csv and txt files are artifacts and are not expected to be present until I run the job. Why then the error message? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop r

Re: hoe to write a groovy email template to extract error message from console output

2015-04-06 Thread Victoria Wei Lei
i see. thanks for the explanation. On Monday, April 6, 2015 at 11:00:13 AM UTC-5, slide wrote: > > I think you are asking the wrong person, I am the one that pasted that > template code. For me in that code, I just highlight the errors with a > particular CSS style, so that warnings show up i

Re: hoe to write a groovy email template to extract error message from console output

2015-04-06 Thread Slide
I think you are asking the wrong person, I am the one that pasted that template code. For me in that code, I just highlight the errors with a particular CSS style, so that warnings show up in yellow, errors in red, etc. The styles are defined higher up in my template. On Mon, Apr 6, 2015 at 8:56 A

Re: hoe to write a groovy email template to extract error message from console output

2015-04-06 Thread Victoria Wei Lei
Hi, I thought your following code searches error/warning for each line, and only display the lines that contain the message: "<% build.getLog(100).each() { line -> def styleName = line.matches('.*warning:.*') ? 'warning' : (line.matches('.*error:.*') || line.matches('.*undefined re

Re: hoe to write a groovy email template to extract error message from console output

2015-04-02 Thread Slide
If you are using what I wrote, it only gets the last 100 lines of the log. You would need to change that somehow to get the information you want. On Thu, Apr 2, 2015, 09:22 Victoria Wei Lei wrote: > It seems that current template displaying a truncated console output, > below is partial output i

Re: hoe to write a groovy email template to extract error message from console output

2015-04-02 Thread Victoria Wei Lei
It seems that current template displaying a truncated console output, below is partial output in my email: " Building ProductSW/Processes/TaskStarter Creating directory cpu C:/QNX650/Host/win32/x86/usr/bin/mkdir -p cpu Compiling TaskStarter.c C:/QNX650/Host/win32/x86/usr/bin/qcc -V4.4.2,

Re: hoe to write a groovy email template to extract error message from console output

2015-04-02 Thread Victoria Wei Lei
Thank you so much for you input, let me do some experiments. Victoria On Wednesday, April 1, 2015 at 2:26:18 PM UTC-5, slide wrote: > > You would probably just want to modify the template where it outputs the > lines from the console to match for specific things like "error:" or > whatever y

Re: hoe to write a groovy email template to extract error message from console output

2015-04-01 Thread Slide
You would probably just want to modify the template where it outputs the lines from the console to match for specific things like "error:" or whatever your error messages look like. I've done something similar to highlight warnings and errors from GCC output. It's below: <% if(build.result ==

hoe to write a groovy email template to extract error message from console output

2015-04-01 Thread Victoria Wei Lei
Helllo, I am using parsed console log plugin and Email-ext plugin in Jenkins to send out daily build status, only upon build failure or compiler warnings. I would like to display the extracted error/warning message in the email body. I got groovy email template from " https://github.com/jenki

Re: Jenkins slave terminated error message

2014-11-12 Thread Dan Lutsch
(windows server 2008 R2 Standard, with Java 7 > update 55JRE), and was running successfully for a week or so. > > > > Today, I had trouble to start the slave, I got the following error message > when I tried to start the slave > > From command line ( from web

Re: Error message being displayed on Jenkins website

2014-07-31 Thread Daniel Beck
Filed as https://issues.jenkins-ci.org/browse/INFRA-63 On 31.07.2014, at 12:17, matthew.web...@diamond.ac.uk wrote: > When browsing on http://jenkins-ci.org/changelog, I see the following text > displayed within the page: > warning: unlink(/tmp/cache_lock): No such file or directory in >

Error message being displayed on Jenkins website

2014-07-31 Thread Matthew.Webber
When browsing on http://jenkins-ci.org/changelog, I see the following text displayed within the page: warning: unlink(/tmp/cache_lock): No such file or directory in /etc/drupal/6/sites/default/modules/cacherouter/Cache.php on line 128. Maybe someone wants to take a look at that. Matthew

RE: Jenkins slave terminated error message

2014-05-08 Thread Lily Fu
ly Fu Sent: Thursday, May 08, 2014 11:42 AM To: jenkinsci-users@googlegroups.com Subject: Jenkins slave terminated error message I setup a Jenkins slave (windows server 2008 R2 Standard, with Java 7 update 55JRE), and was running successfully for a week or so. Today, I had trouble to start the sla

Jenkins slave terminated error message

2014-05-08 Thread Lily Fu
I setup a Jenkins slave (windows server 2008 R2 Standard, with Java 7 update 55JRE), and was running successfully for a week or so. Today, I had trouble to start the slave, I got the following error message when I tried to start the slave >From command line ( from web browser, I got Jenk

Re: Empty Error message box on clicking of apply button

2013-06-20 Thread 06virg
I am neither modifying job name nor renaming the job. I am modifying some of the parameters with in the job. Then I get this message, This error message is very consistent. Is it problem in this Jenkins version i am using 1.157. Thanks Virg On Wednesday, June 19, 2013 11:34:02 AM UTC+5:30

Re: Empty Error message box on clicking of apply button

2013-06-19 Thread ogondza
Thank you for reporting this. It's https://issues.jenkins-ci.org/browse/JENKINS-17401 -- oliver -- 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-use

Re: Empty Error message box on clicking of apply button

2013-06-19 Thread Jerry
er. I am > configuring my projects for the build. But i am seeing very frequenntly > Empty Error message Box popup every time when I click on "Apply Button" on > Job configure page or system configuration page. After modifying the > parameters in job configure/system configurat

Empty Error message box on clicking of apply button

2013-06-18 Thread 06virg
Hi, I Just started using Jenkins version 1.157 on windows 2003 server. I am configuring my projects for the build. But i am seeing very frequenntly Empty Error message Box popup every time when I click on "Apply Button" on Job configure page or system configuration page. After mod

Trailing WInstone error message on job configure page

2012-03-27 Thread Didier Durand
Hello, Since 1.456 (also in 1.457), I get the following error message from winstone in the Job configuration page for each job after current configuration is displayed Status Code: nullException: Stacktrace: (none) -- *Generated by Winstone Servlet Engine

Re: Error message and config

2012-02-22 Thread Sami Tikka
server to Firefox to use. -- Sami 2012/2/21 Steve Barnette : > Here is the error message and config's I am using during testing. > > Steve B. > --- > > FYI: The python sour

Error message and config

2012-02-21 Thread Steve Barnette
Here is the error message and config's I am using during testing. Steve B. --- FYI: The python source is the selenium's example from thier doc. In first two cases appears sour