Re: run jenkins pipeline fails "docker": error=2, No such file or directory

2021-01-28 Thread Mark Waite
The "Installing Jenkins" page for Docker also provides instructions that will allow a user to run some Docker commands from inside a customer Docker image that they create based on the official Jenkins images. I agree with Ivan that running the

Re: run jenkins pipeline fails "docker": error=2, No such file or directory

2021-01-28 Thread Ivan Fernandez Calvo
If you are running Jenkins ins a Docker container with the official Docker container, the docker CLI command is not installed and that's your error, you need the docker CLI installed to access a Docker Host. One trick can be to mount the binary of the Docker Host where you are running that

Re: Plugin Build fails with "JellyTestSuiteBuilder"

2021-01-28 Thread Stephan Watermeyer
Thanks. But its also failing for local mvn builds. ice...@googlemail.com schrieb am Donnerstag, 28. Januar 2021 um 16:19:44 UTC+1: > My first guess would be the Jenkinsfile ( it seems like a null is passed > where null is not expected: > > > buildPlugin(jenkinsVersions: [null, '1.651.2'],

Re: Plugin Build fails with "JellyTestSuiteBuilder"

2021-01-28 Thread 'Björn Pedersen' via Jenkins Users
My first guess would be the Jenkinsfile ( it seems like a null is passed where null is not expected: buildPlugin(jenkinsVersions: [null, '1.651.2'], failFast: false) ^^ swate...@gmail.com schrieb am Donnerstag, 28. Januar 2021 um 15:05:04

Plugin Build fails with "JellyTestSuiteBuilder"

2021-01-28 Thread Stephan Watermeyer
I am trying to release a new version of my plugin but the build keeps failing with the exception *Caused by: java.lang.IllegalArgumentException: Comparison method violates its general contract! at java.util.ComparableTimSort.mergeLo(ComparableTimSort.java:744) at

Jenkins wait 1 minute between each pipeline commands

2021-01-28 Thread Yannick Lacaute
Hi, I am building a declarative pipeline, everything is working fine but Jenkins waits around 1 minute between each command !! 12:49:31 [pipeline-poc-sys_master-XYZ] Running shell script 12:50:32 + echo hello world ! 12:50:32 hello world ! The command itself is ok (maven build time seems

Re: run jenkins pipeline fails "docker": error=2, No such file or directory

2021-01-28 Thread anilkumar panditi
Hi, I have Jenkins running as docker container and in my Jenkins File , in initialize stage i have following which is working also , i have installed docker from Docker hub latest. Not sure where is the problem . Pipeline is failing with the following. ava.io.IOException: error=2, No such file