Skip to content

Commit 5ad6b1b

Browse files
authored
Merge pull request #12 from jonesbusy/feature/java-17
Build on Java 17
2 parents 0906a9b + 99f95e1 commit 5ad6b1b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
Releases notes are now available on github releases
4+
35
## 1.0.0
46

57
* Trait for bitbucket-branch-source-plugin

Jenkinsfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
buildPlugin()
1+
/*
2+
See the documentation for more options:
3+
https://github.com/jenkins-infra/pipeline-library/
4+
*/
5+
buildPlugin(useContainerAgent: true, platforms: ['linux'], jdkVersions: [8, 11, 17])

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Branch Source Plugin custom trait
1+
# Skip notifications trait plugin
22

3+
[![Build Status](https://ci.jenkins.io/job/Plugins/job/skip-notifications-trait-plugin/job/master/badge/icon)](https://ci.jenkins.io/job/Plugins/job/skip-notifications-trait-plugin/job/master/)
34
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/skip-notifications-trait.svg)](https://plugins.jenkins.io/skip-notifications-trait)
4-
[![GitHub release](https://img.shields.io/github/tag/jenkinsci/skip-notifications-trait-plugin.svg?label=changelog)](https://github.com/jenkinsci/skip-notifications-trait-plugin/blob/master/CHANGELOG.md)
5+
[![GitHub release](https://img.shields.io/github/release/jenkinsci/skip-notifications-trait-plugin.svg?label=changelog)](https://github.com/jenkinsci/skip-notifications-trait-plugin/releases/latest)
6+
[![GitHub license](https://img.shields.io/github/license/jenkinsci/skip-notifications-trait-plugin)](https://github.com/jenkinsci/skip-notifications-trait-plugin/blob/master/LICENSE.md)
57
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/skip-notifications-trait.svg?color=blue)](https://plugins.jenkins.io/skip-notifications-trait)
68

79
This is an extension plugin which adds custom feature to the Bitbucket and GitHub Branch Source plugins, allowing to disable build status notifications.

0 commit comments

Comments
 (0)