Jenkins Pipeline <-> Octopus Deployment

Hello currently we are creating a Jenkins-Pipeline and used the Octopus-Plugin for our Build-Process. Is there any Integration option? Our is the only possible solution to push/pack packages via the “octo.exe” commands?

Kind Regards
Alex

Hi Alex,

Thanks for getting in touch!

The latest version of the Jenkins plugin is integrated within Jenkins and provides the ability to configure your pipeline without manually writing the octo.exe commands.
The plugin is just a wrapper for octo.exe though.

Is there some additional integration that you require?

Best regards,
Paul

In our “old”-Build Project (“Freestyle project” from Jenkins) we already used the Octopus-Plug in (instead of the octo.exe). It was integrated as additional Buildprcoess / Post-Build-Action…

When creating the Pipleline we faced the issue that these actions are no longer need because the pipeline-script provides the procedure.

So for me the only solution is to add a bat-script in the pipeline which uses octo.exe?

Ah sorry, I missed the ‘Pipeline’ part. The plugin doesn’t currently work with Jenkins Pipeline so yes, the only option would be to use script against octo.exe directly.

Regards,
Paul

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.