Steven Lombardi

Results 13 comments of Steven Lombardi

This repo seems dead. Did anyone ever start a separate fork for support purposes?

+1 Not something we can fix ourselves given repo permissions are involved.

This is indeed an issue since the README explains default behavior when params are omitted. I'm not using the Docker image but the zip itself `jenkinsfile-runner-1.0-beta-25.zip` on Mac OS Mojave....

@shadycuz Might have a path forward for you ☝️ if you wanted to take another stab at it.

Regarding the automatic download of the Jenkins war, I'll share the stacktrace again just in case. I didn't see any differences but I may have missed some. ``` $ ./bin/jenkinsfile-runner...

@oleg-nenashev Thanks for the info. Much appreciated. So just to clarify a few things: >Yes, it is how Jenkinsfile Runner is used normally in containers (pre-exploded WAR) I was reading...

@shadycuz No worries 👌 Jenkins is a Java app. The default packaging for a Java app is a JAR (Java Archive) which is basically just a compressed archive (like a...

Here's my story. I'm not sure if it's a recurring situation. - I'm comfortable writing pipelines / automating things using the DSL, but I've never administered or setup Jenkins myself....

Note that while `jenkinsfile-runner-1.0-beta-23` works like above, trying to do the same thing with `jenkinsfile-runner-1.0-beta-25` does not work. The following is consistently hit. ``` Exploding,/cx/deploy/jenkinsfile-runner-1.0-beta-25/../jenkins.warthis might take some time. java.lang.RuntimeException:...

Not a blocker; can still build & run tests but would be nice to see a fix.