pcds2013-team-delta / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
0 stars 7 forks source link

Implement jenkins callbacks #43

Open rlindsgaard opened 11 years ago

rlindsgaard commented 11 years ago

Description: We need to extend the jenkins plugin with actions that serves as callbacks triggering jenkins to fetch the updated repository from the hg server

User story: As a user I should be able to see a new build being generated automatically after i push to the repository

rlindsgaard commented 11 years ago

The mercurial plugin supports push notifications, the class is available here https://github.com/jenkinsci/mercurial-plugin/blob/master/src/main/java/hudson/plugins/mercurial/MercurialStatus.java

We should use similar functionality

rlindsgaard commented 11 years ago

An action has been implemented. We still need to figure out how to tell jenkins what to do

rlindsgaard commented 11 years ago

Using https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build we should be able to trigger the build directly!