-
```
# jjwrecker -f /var/lib/jenkins/jobs/test/config.xml -n "test"
cannot handle XML org.jenkinsci.plugins.gitlablogo.GitlabLogoProperty
last called handle_triggers
Traceback (most recent call last):
…
-
I used a fresh Docker LTS install.
If one uses the web interface to create a new job and puts '/' into the name of the job, this will result in an error message that '/' is an unsafe character to use…
timja updated
6 years ago
-
It seems Brython doesn't call the constructor of the super class when inheriting a JS class.
**The JS class:**
```ts
function BLISS() {
return class {
constructor() {
…
-
This is a small feature improvement for "Publish Over ..."
I tested the plugin beforehand (1.7) and read this information:
https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+...#PublishOver...…
-
EnvInject throws a StringIndexOutOfBoundsException in BuildCauseRetriever.getTriggeredCause if the class that triggered it was anonymous. This is because getTriggerName uses cause.getClass().getSimple…
timja updated
10 years ago
-
I have the same issue with the user included.
> TypeError: Cannot read property 'definition' of undefined
When I try with the URL having a "/" at the end is trying to connect and then not do a…
-
After an upgrade to version 1.546 Jenkins became very unstable crashing 2-4 times per day. From what I can tell it is because of missing junitResult.xml files when jenkins tries to load the test tren…
timja updated
8 years ago
-
I created a test job and added the plugin to the job and saved it .
Then when I go back to the job's configuration page,the plugin disappears from there.
Happening since Jenkins 1.599
-
I have a mtatrix job that otherwise seems to work fine except that this error appears for each job in the matrix which fills up logs over time:
```
Jan 20, 2017 12:43:54 PM SEVERE org.jenkinsci.plug…
-
Hi!
I filled in all the required fields. But after I "Save" and reopen the configuration I got all fields empty. And of course the plugin does not work.
**P.S.** I tried to install several times, but…