forked from garethjevans/cucumber-slack-notifier-plugin
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from alecharp/feature/refresh-plugin-configuration
Refresh plugin configuration
- Loading branch information
Showing
16 changed files
with
155 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: maven | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
open-pull-requests-limit: 10 | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_extends: .github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Release Drafter | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases | ||
concurrency: "release-drafter" | ||
|
||
jobs: | ||
update_release_draft: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: release-drafter/release-drafter@v5.21.1 | ||
env: | ||
# This token is generated automatically by default in GitHub Actions: no need to create it manually | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd"> | ||
<extension> | ||
<groupId>io.jenkins.tools.incrementals</groupId> | ||
<artifactId>git-changelist-maven-extension</artifactId> | ||
<version>1.4</version> | ||
</extension> | ||
</extensions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-Pconsume-incrementals | ||
-Pmight-produce-incrementals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Change Log | ||
|
||
Starting with release 0.9.0, release notes can be found on [GitHub Releases page](https://github.com/jenkinsci/cucumber-slack-notifier-plugin/releases) | ||
|
||
### Version 0.8.3 (19th July 2016) | ||
|
||
- Adds option to report only failures ([#2](https://github.com/jenkinsci/cucumber-slack-notifier-plugin/pull/2)) | ||
|
||
### Version 0.8.2 (4th July 2016) | ||
|
||
- Added ability to add custom text a message | ||
|
||
### Version 0.8.1 (4th July 2016) | ||
|
||
- Fixed issue with link generation in slack message | ||
|
||
### Version 0.8 (3th July 2016) | ||
|
||
- Added Jenkins Pipeline Support | ||
|
||
### Version 0.7 (17th Dec 2015) | ||
|
||
- Added Build Step & Post Build Notifiers | ||
- Added Global Config Validation | ||
- Implemented common service for sending notifications | ||
|
||
### Version 0.6.1 (17th Dec 2015) | ||
|
||
- Fixed invalid check for configuration | ||
|
||
### Version 0.6 (16th Dec 2015) | ||
|
||
- Correctly reading json report file from the workspace directory | ||
|
||
### Version 0.4 (15th Dec 2015) | ||
|
||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
buildPlugin(configurations: [ | ||
[ platform: 'linux', jdk: '11' ], | ||
[ platform: 'windows', jdk: '11' ], | ||
[ platform: 'linux', jdk: '17' ], | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,28 @@ | ||
# cucumber-slack-notifier-plugin | ||
# Cucumber Slack Notifier plugin | ||
Jenkins plugin to push summarised Cucumber reports to Slack | ||
|
||
[](https://travis-ci.org/garethjevans/cucumber-slack-notifier-plugin) | ||
## Jenkins Pipeline Usage | ||
|
||
## Installation | ||
Use within a node block as the example below shows: | ||
|
||
Coming Soon... | ||
``` syntaxhighlighter-pre | ||
node { | ||
stage 'Cucumber Reports' | ||
// process cucumber reports | ||
step([$class: 'CucumberReportPublisher', jsonReportDirectory: 'target/', fileIncludePattern: '*.json']) | ||
## Configuration | ||
// send report to slack | ||
cucumberSendSlack: channel: 'test-results-channel', json: 'target/test-results.json' | ||
} | ||
``` | ||
|
||
The following options are available: | ||
## Installation Instructions | ||
|
||
### Global Configuration | ||
|
||
* webHookEndpoint | ||
 | ||
|
||
TODO: add a screen shot here | ||
### Job Configuration | ||
|
||
* Channel Webhook URL - slack channel Webhook URL to post result to | ||
* JSON Result File - json file containing the cucumber results, e.g. target/cucumber.json | ||
|
||
 | ||
 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters