https://github.com/consulo/jenkins-consulo
Internal plugin for Jenkins - added option for deploying Consulo artifacts to plugin registry
https://github.com/consulo/jenkins-consulo
consulo jenkins
Last synced: about 1 month ago
JSON representation
Internal plugin for Jenkins - added option for deploying Consulo artifacts to plugin registry
- Host: GitHub
- URL: https://github.com/consulo/jenkins-consulo
- Owner: consulo
- License: apache-2.0
- Created: 2015-06-17T11:35:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-04T20:40:29.000Z (5 months ago)
- Last Synced: 2026-03-05T02:26:54.715Z (5 months ago)
- Topics: consulo, jenkins
- Language: Java
- Homepage:
- Size: 173 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Instruction how setup project for building Consulo and/or plugins in Jenkins [](https://ci.consulo.io/view/consulo-webservices/job/jenkins-consulo/)
## Setup Jenkins
* required 'Git' plugin
* required 'Github' plugin
* required 'Consulo Integration Plugin' (this repo)
## Creating project
* Free-style project with any name

* Source management

* If plugin have dependencies, need add build trigger and/or check build on GH change

* Build tasks (invoke cold only)

* Post build tasks
* create plugin artifacts (Consulo) - need create zip file from plugin directory

* or create Consulo artifacts

* trait this artifacts as Jenkins artifact
* deploy plugin to plugin manager
* set build status to commit at github
