jfrog / jenkins-jfrog-plugin

Easy integration between Jenkins and the JFrog Platform.
https://github.com/jfrog/jenkins-jfrog-plugin
Apache License 2.0
39 stars 17 forks source link

Any plans to add interactive build promotion integration with Jenkins? #47

Open enaess opened 1 year ago

enaess commented 1 year ago

How can we help?

I have an existing pipeline using jenkins artifactory plugin I'd like to convert to using jfrog plugin instead, but I can't seem to find the equivalent of

                rtAddInteractivePromotion (
                    serverId: "ARTIFACTORY_SERVER_ID",
                    sourceRepo: "maven-release-local",
                    targetRepo: "maven-prod-local",
                    comment: "Promote Build to Production",
                    status: 'Release',
                    includeDependencies: true,
                    failFast: true,
                    copy: true
                ) 

Is there any plans to support interactive build promotions with Jenkins?