Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Aug 1, 2015
1 parent 751081e commit 05941cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ I currently use something like this

**NOTE**: `testing-my-repo-Xbranch-sync-with-repo` is disabled, but has cronjob builder/poller, so that the new jobs based on it, will be enabled and will start on their own.

## Change log

### 2015-08-01 - v2.0

* remove `noDelete`, `noViews` in favour of `deleteOld`, `views` - no double negations

### 2015-08-01 - v1.0

* based on upstream [547230eec39135a548b5ffacf8ee95e6577c56e3](https://github.com/entagen/jenkins-build-per-branch/commit/547230eec39135a548b5ffacf8ee95e6577c56e3)
* change `startOnCreate` to take a non-Boolean value to allow `buildWithParameters`, pass a token or a cause [PR](https://github.com/entagen/jenkins-build-per-branch/pull/34)
* less assumptions in the regex
* replace branch occurences, not job occurences
* new `allowSelfsignedSslCerts` - add support for self signed certificates [PR](https://github.com/entagen/jenkins-build-per-branch/pull/40)
* new `enable-job-regex`, `disable-job-regex` - enable or disable jobs based on regex [PR](https://github.com/entagen/jenkins-build-per-branch/pull/65)

## Original docs

[README.original.md](README.original.md)
Expand Down

0 comments on commit 05941cb

Please sign in to comment.