Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move changelogs to GitHub releases #143

Merged
merged 1 commit into from
Jun 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Jenkins Unit Test Harness

[![GitHub release](https://img.shields.io/github/release/jenkinsci/jenkins-test-harness.svg?label=release)](https://github.com/jenkinsci/jenkins-test-harness/releases/latest)

Defines test harness for Jenkins core and plugins that you can use during the `mvn test` phase.
See [wiki page](//wiki.jenkins-ci.org/display/JENKINS/Unit+Test)

Expand All @@ -8,6 +11,13 @@ See https://javadoc.jenkins.io/component/jenkins-test-harness/

## Changelog

| WARNING: Changelogs have been moved to [GitHub Releases](https://github.com/jenkinsci/jenkins-test-harness/releases) |
| --- |

## New releases

See [GitHub Releases](https://github.com/jenkinsci/jenkins-test-harness/releases).

### 2.49 (2019 Apr 02)

* [PR-127](https://github.com/jenkinsci/jenkins-test-harness/pull/127): `JenkinsRule.showAgentLogs` utility
Expand Down