Post the package into Jenkins | Community
Skip to main content
Level 6
October 5, 2021
Question

Post the package into Jenkins

  • October 5, 2021
  • 1 reply
  • 933 views

Hello Community - I have a workflow, whenever it is executed, it will create a package in the package manager. I would like to post the package into Jenkins as part of workflow process. Can someone tell me how to achieve this.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Shashi_Mulugu
Community Advisor
Community Advisor
October 5, 2021

@test1234567 approach looks good for package build.. but instead of push to Jenkins..  have you tried pull from Jenkins job with package url..

 

{Domain}/etc/packages/mypacks/custom-package.zip

Level 6
October 5, 2021

@shashi_mulugu - Thanks for your reply. I haven't tried pulling the package from Jenkins. My requirement is only to push it to Jenkins.