No revision recorded for "URL" in the previous build. Error: Processing failed due to a bug in the code

2018-01-24 Thread Shan Bains
Hi, No revision recorded for "URL" in the previous build. Error: Processing failed due to a bug in the code Using Jenkins version 2.89.3 with subversion plug-in 2.10.2 Subversion version 5.2.2 Any suggestions? Thanks! -- You received this message because you are subscribed to the Google

Re: ERROR: Processing failed due to a bug in the code.

2017-10-06 Thread Mark Waite
Possibly there are other administrators on that Jenkins instance, and one of them assigned a value to the artifactory server in the general configuration? On Fri, Oct 6, 2017 at 9:43 AM Charles Karney wrote: > Thanks for the information. My problem seems to have cleared up

Re: ERROR: Processing failed due to a bug in the code.

2017-10-06 Thread Charles Karney
Thanks for the information. My problem seems to have cleared up by itself! --Charles On Thursday, October 5, 2017 at 11:05:51 AM UTC-4, Mark Waite wrote: > > That failure message is unrelated to git. > > The message "java.lang.RuntimeException: java.lang.IllegalArgumentException: > No >

Re: ERROR: Processing failed due to a bug in the code.

2017-10-05 Thread Mark Waite
That failure message is unrelated to git. The message "java.lang.RuntimeException: java.lang.IllegalArgumentException: No matching Artifactory server was found in General Configuration. Please update your job configuration." seems to indicate that some method which expects an artifactory server

Re: ERROR: Processing failed due to a bug in the code.

2017-10-05 Thread Charles Karney
I'm running Jenkins 1.589. On Thursday, October 5, 2017 at 10:32:20 AM UTC-4, Charles Karney wrote: > > Triggering a Jenkins build on a job that has "usually" worked gives: > > ERROR: Processing failed due to a bug in the code. Please report this > to jenkinsci-users@googlegroups.com > >

ERROR: Processing failed due to a bug in the code.

2017-10-05 Thread Charles Karney
Triggering a Jenkins build on a job that has "usually" worked gives: ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com The log up to this point is Started by user Charles Karney [EnvInject] - Loading node environment variables.

ERROR: Processing failed due to a bug in the code

2017-08-25 Thread Samuel Lopez
Hello Folks, Ubuntu: 16.04 Jenkins: 2.46.3 Maven 3.1.1 Running into this issue: ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.lang.IllegalStateException: your Apache Maven build is setup to use a config with id

ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

2016-09-14 Thread Michael Giroux
Job is a simple maven project. Project builds successfully from command line. Let me know what additional info you might want to look at this. ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException

ERROR: Processing failed due to a bug in the code

2016-06-06 Thread Niveditha Murali
ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.RuntimeException : java.io.IOException: Failed to create a temp file on

Fwd: ERROR: Processing failed due to a bug in the code.

2016-03-21 Thread Robert Chur
ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.lang.IllegalStateException : Invalid object ID 640 iota=642 at

Jenkins ERROR : ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

2016-02-04 Thread Swapnil Soor
Jenkins Build error, when trying release build using artifactory ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com RELEASE] Release build triggered [RELEASE] Changing POMs to release version Parsing POMs Failed to transfer Could not find

ERROR: Processing failed due to a bug in the code

2015-04-16 Thread Eero Aaltonen
From a maven job with target 'clean compile' Followed by execute shell 'mvn pre-site' This occurred after I disabled automatic reporting and tried to do it manually. Jenkins ver. 1.596.1 ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

Re: ERROR: Processing failed due to a bug in the code

2015-04-16 Thread Eero Aaltonen
After unticking Publish documents, this error disappeared. On Thursday, April 16, 2015 at 3:25:19 PM UTC+3, Eero Aaltonen wrote: From a maven job with target 'clean compile' Followed by execute shell 'mvn pre-site' This occurred after I disabled automatic reporting and tried to do it

ERROR: Processing failed due to a bug in the code.

2015-01-06 Thread Bilal Yasar
ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException http://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException: no workspace from node com.cloudbees.hudson.plugins.SwarmSlave@7d16caa2 which

ERROR: Processing failed due to a bug in the code.

2014-09-11 Thread Maruf Aytekin
Hi We are getting following error: 15:29:11 ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com 15:29:11 java.lang.NullPointerExceptionhttp://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException 15:29:11 at

ERROR: Processing failed due to a bug in the code

2013-09-30 Thread Mattias Persson
Got this random failure which itself said it should be forwarded here, so here it is: *10:03:08* ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com*10:03:08* java.lang.NullPointerException

ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

2013-09-11 Thread mz
I recieved the following when settin up a Maven project in Jenkins. The project builds correctly from a command line. Suggestions? Checkout completed. Parsing POMs ERROR: Processing failed due to a bug in the code. Please report this to * jenkinsci-users@googlegroups.com*

ERROR: Processing failed due to a bug in the code Jenkins 1.509.2

2013-09-04 Thread Mehdi Hayani
Hii, Recently I'm getting the following error with my Jenkins (v1.509.2): ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave@bc0a0e30 which is computer

RE: ERROR: Processing failed due to a bug in the code.

2012-10-30 Thread Ahmet Maruf Aytekin
If someone else experiencing the same problem, following script worked for me on Jenkins ver. 1.486: import hudson.model.*; import hudson.util.*; def thr = Thread.currentThread(); def currentBuild = thr?.executable; def mavenVer = currentBuild.getParent().getModules().toArray()[0].getVersion();

ERROR: Processing failed due to a bug in the code.

2012-10-15 Thread Ahmet Maruf Aytekin
I am getting following error during teh execution of groovy commands via execute system groovy script plugin: Jenkins ver. 1.473 ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.lang.NullPointerException: Cannot invoke method