![]() |
||
---|---|---|
src/main | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
gitlab-jenkins.iml | ||
pom.xml |
README.md
gitlab-jenkins-plugin
This plugin emulates Jenkins as a GitlabCI Web Service to be used with GitlabHQ.
Current Supported GitLabCI Functions
/project/PROJECT_NAME/builds/COMMIT_SHA1/status.json
/project/PROJECT_NAME/builds/status.png?ref=BRANCH_NAME
/project/PROJECT_NAME/builds/status.png?sha1=COMMIT_SHA1
Planned GitLabCI Functions
/project/PROJECT_NAME/build
Help Needed
/projects/
- seems to be already used by Jenkins, A way to use this path would be awesome?token=XYZ
- Can not find a way to include a token parameter on an AbstractProject to security check without an extra plugin configuration/PROJECT_NAME/
should really be /PROJECT_ID_NUMBER/ - Can not find a project id number on an AbstractProject to use here instead.
Contributing
- Fork it ( https://github.com/[my-github-username]/gitlab-jenkins-plugin/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- @bass_rock, base ground work.
- @DABSquared, company sponsoring development.