Skip to content

Commit

Permalink
add workspace.mkdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 17, 2024
1 parent acf05a5 commit 4fe269d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/jenkins/plugins/jfrog/JfStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ protected String run() throws Exception {
* @param launcher Launcher to start processes.
*/
private void initClassValues(FilePath workspace, EnvVars env, Launcher launcher) throws IOException, InterruptedException {
workspace.mkdirs();
isWindows = !launcher.isUnix();
jfrogBinaryPath = getJFrogCLIPath(env, isWindows);
passwordStdinSupported = isPasswordStdinSupported(workspace, env, launcher);
Expand Down

0 comments on commit 4fe269d

Please sign in to comment.