Reinhold Füreder

Results 40 comments of Reinhold Füreder

Hm, my problem looks very related to #89

> > @reinholdfuereder : I could never get the Gradle tests to work in IntelliJ, so I cheated and _manually_ created jUnit tests Thanks for the "outing" ;-) (I think...

As I tried to convey it failed initially (with Java 11) and succeeded when switching to Java 8 (inspired on the aforementioned #89 and #90). And IIRC in shell Gradle...

Well, mine are not identical, but admittedly quite similar (with same prefix)? ``` ... unclassified: lockableResourcesManager: declaredResources: - name: "PhpStorm#1" labels: "PhpStorm" - name: "PhpStorm#2" labels: "PhpStorm" - name: "pipeline-jobs-folder-write-access"...

Hm, the test now also seems to hang in cygwin cmd line (at the end of the last test) so that I need to kill the gradle daemon process that...

A more elegant approach was suggested by my colleague @epeee ``` java return url.path.startsWith(userDir.toURI().toURL().path) ```

Sorry for commenting on this long ago resolved ticket: - But where should this "Copy" button be visible? (Note: I am using Jenkins v2.452.3 and look in classic UI at...

Thanks for your fast response Tim. BUT: I am really sorry, but either I am blind, or I am looking at the completely wrong view? ![Screenshot 2024-07-18 at 07 50...

Well, no, not really: Only Blue Ocean 1.27.14 was just released and I have "just" 1.27.13 installed. Is the view from my screenshot above the right one? That is, should...

Oh, maybe this comment explains it: https://github.com/jenkinsci/jenkins/pull/9169#issuecomment-2060538377 Because I was "only" looking at the "Console output" of a scripted pipeline job so far... (We do not have any freestyle jobs...