Skip to content
Commit 3ddd2b0c authored by Yoann Dubreuil's avatar Yoann Dubreuil Committed by Vojtech Juranek
Browse files

[FIX JENKINS-22818] fix jenkins restart on Linux after plugin update if the...

[FIX JENKINS-22818] fix jenkins restart on Linux after plugin update if the java executable running Jenkins is started without its full path

The patch uses 'execvp' instead of 'execv' to lookup the java executable filename in the PATH if the specified filename does not contain a slash (/) character.
Regression introduced in 547d4ed8
parent 2ff7a905
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment