Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jan 1, 2025
1 parent 2e59d7b commit 5bbad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jenkins/plugins/jfrog/JfStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class JfStep extends Step {
protected String[] args;
static final Version MIN_CLI_VERSION_PASSWORD_STDIN = new Version("2.31.3");
// The JFrog CLI binary path in the agent
static String jfrogBinaryPath;
private static String jfrogBinaryPath;
// True if the agent's OS is windows
static boolean isWindows;
// Flag to indicate if the use of password stdin is supported.
Expand Down

0 comments on commit 5bbad91

Please sign in to comment.