Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 11, 2024
1 parent b79092d commit 0d9b207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/java/io/jenkins/plugins/jfrog/JfStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
@SuppressWarnings("unused")
public class JfStep extends Builder implements SimpleBuildStep {
private final ObjectMapper mapper = createMapper();
static final String STEP_NAME = "jf";
private static final Version MIN_CLI_VERSION_PASSWORD_STDIN = new Version("2.31.3");
static final String STEP_NAME = "jf";

@Getter
protected String[] args;
// The current JFrog CLI version in the agent
Expand Down
1 change: 0 additions & 1 deletion src/test/java/io/jenkins/plugins/jfrog/JfStepTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import hudson.util.ArgumentListBuilder;
import io.jenkins.plugins.jfrog.configuration.CredentialsConfig;
import io.jenkins.plugins.jfrog.configuration.JFrogPlatformInstance;
import org.jenkinsci.plugins.plaincredentials.StringCredentials;
import org.jfrog.build.client.Version;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 0d9b207

Please sign in to comment.