Build Config

Integrates with Gerrit code review.

License

License

MIT
Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery config Application Layer Libs Configuration
GroupId

GroupId

org.hudsonci.plugins
ArtifactId

ArtifactId

gerrit-build-config
Last Version

Last Version

1.2.8-h-2
Release Date

Release Date

Type

Type

jar
Description

Description

Build Config
Integrates with Gerrit code review.
Project Organization

Project Organization

Hudson
Source Code Management

Source Code Management

https://github.com/hudson3-plugins/gerrit-trigger-plugin

Download gerrit-build-config

How to add to project

<!-- https://jarcasting.com/artifacts/org.hudsonci.plugins/gerrit-build-config/ -->
<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>gerrit-build-config</artifactId>
    <version>1.2.8-h-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hudsonci.plugins/gerrit-build-config/
implementation 'org.hudsonci.plugins:gerrit-build-config:1.2.8-h-2'
// https://jarcasting.com/artifacts/org.hudsonci.plugins/gerrit-build-config/
implementation ("org.hudsonci.plugins:gerrit-build-config:1.2.8-h-2")
'org.hudsonci.plugins:gerrit-build-config:jar:1.2.8-h-2'
<dependency org="org.hudsonci.plugins" name="gerrit-build-config" rev="1.2.8-h-2">
  <artifact name="gerrit-build-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hudsonci.plugins', module='gerrit-build-config', version='1.2.8-h-2')
)
libraryDependencies += "org.hudsonci.plugins" % "gerrit-build-config" % "1.2.8-h-2"
[org.hudsonci.plugins/gerrit-build-config "1.2.8-h-2"]

Dependencies

provided (2)

Group / Artifact Type Version
org.eclipse.hudson : hudson-core jar 3.2.0
javax.servlet : servlet-api jar 2.4

test (7)

Group / Artifact Type Version
org.eclipse.hudson : hudson-war war 3.2.0
org.eclipse.hudson : hudson-test-framework jar 3.2.0
junit : junit jar 4.8.1
org.powermock : powermock-module-junit4 Optional jar 1.4.12
org.powermock : powermock-api-easymock Optional jar 1.4.12
org.easymock : easymock Optional jar 3.0
org.mockito : mockito-core Optional jar 1.8.5

Project Modules

There are no modules declared in this project.

gerrit-trigger-plugin

The MIT License

Copyright 2010 Sony Ericsson Mobile Communications. All rights reserved. Copyright 2012 Sony Mobile Communications AB. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

==============

This plugin triggers builds on events from the Gerrit code review system by retrieving events from the Gerrit command "stream-events", so the trigger is pushed from Gerrit instead of pulled as scm-triggers usually are. Multiple builds can be triggered by one change-event, and one consolidated report is sent back to Gerrit.

============= Maintainers

Robert Sandell - [email protected] [email protected]

Tomas Westling - [email protected]

org.hudsonci.plugins

Hudson CI Server 3.x plugins

Versions

Version
1.2.8-h-2
1.2.8-h-1