Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octopusdeploy/octopus-jenkins-plugin
| Public | Jenkins plugin which integrates with Octopus Deploy
https://github.com/octopusdeploy/octopus-jenkins-plugin
deployment jenkins jenkins-plugin octopus octopusdeploy plugin public
Last synced: 28 days ago
JSON representation
| Public | Jenkins plugin which integrates with Octopus Deploy
- Host: GitHub
- URL: https://github.com/octopusdeploy/octopus-jenkins-plugin
- Owner: OctopusDeploy
- License: mit
- Created: 2015-07-07T18:12:54.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T06:59:04.000Z (about 1 month ago)
- Last Synced: 2025-01-17T07:32:28.802Z (about 1 month ago)
- Topics: deployment, jenkins, jenkins-plugin, octopus, octopusdeploy, plugin, public
- Language: Java
- Size: 3.91 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Octopus Deploy Jenkins Plugin #
Connecting [Octopus Deploy](https://octopusdeploy.com/) to the [Jenkins](https://jenkins-ci.org/) workflow.Using Jenkins and Octopus Deploy together, you can:
Use Jenkins to compile, test, and package your applications.
- Automatically trigger deployments in Octopus from Jenkins whenever a build completes.
- Automatically fail a build in Jenkins if the deployment in Octopus fails.
- Securely deploy your applications with Octopus Deploy across your infrastructure.
- Fully automate your continuous integration and continuous deployment processes.
Octopus Deploy will take those packages and push them to development, test, and production environments.Please visit the Octopus Deploy [Freestyle](https://g.octopushq.com/JenkinsPluginDocumentation) or [Pipeline](https://g.octopushq.com/JenkinsPluginPipelineDocumentation) documentation for help getting started, or the [Jenkins guides](https://g.octopushq.com/GuidesJenkins) for step by step instructions on deploying applications from Jenkins to Octopus.
Support is available from the [official Octopus Deploy support channels](https://g.octopushq.com/HelpGeneral).
## Upgrading from 1.x to 2.x ##
The way the plugin interacts with Octopus changed from version 1.x to 2.x. Some additional configuration is required after upgrading to 2.x. See the documentation for the steps required to [install the Octopus CLI](https://octopus.com/docs/packaging-applications/build-servers/jenkins#octopus-cli). Once the Octopus CLI has been installed, check existing Octopus steps to ensure they are configured correctly.## Contributing to the plugin ##
We welcome contributions; issues, bug fixes, enhancements. If you are starting to work on something more detailed please reach out to [email protected] to ensure it aligns with what we have going on, and that we are not doubling up efforts.
We have the following [developer focussed guidelines](./developer-guide.md) to get started working on the plugin.