Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a JFrog CLI command equivalent to rtMaven.deployer.deployArtifacts buildInfo for deploying artifacts to Artifactory using Jenkins #85

Open
dineshvdsk opened this issue Nov 8, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@dineshvdsk
Copy link

dineshvdsk commented Nov 8, 2023

Description :

When migrating from Artifactory Jenkins plugin to JFrog CLI in Jenkins, we can replace the pipeline stages with JFrog CLI commands as below :

'rtMaven.resolver ...' and 'rtMaven.deployer ...' to 'jf mvn-config ...'

'rtMaven.run ...' to 'jf mvn ...'

'publishBuildInfo ...' to 'jf rt bp ...'

But there is no separate stage for deploying the artifacts to the Artifactory. When we use jf mvn deploy command, it again compiles and builds the Maven project and only then it deploys to the repository. Hence, we need the JFrog CLI command equivalent to rtMaven.deployer.deployArtifacts buildInfo.

What is the expected behavior :

JFrog CLI command equivalent to rtMaven.deployer.deployArtifacts buildInfo , so that we can only deploy the artifacts to the Artifactory in this stage.

Workaround :

None

@dineshvdsk dineshvdsk added the feature request New feature or request label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant