Skip to content

Commit

Permalink
More information in log #58
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 18, 2018
1 parent 0bad21a commit 872fa4b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Changelog of Violation Comments to Bitbucket Server Plugin.

## Unreleased
### No issue

**Issue template**


[0bad21a203d9174](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/0bad21a203d9174) Tomas Bjerre *2018-09-17 16:57:38*


## 1.81
### No issue

Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When reporting a bug, please **try** to provide as much information as possible.
* Plugin version used.
* Jenkins version used.
* Your configuration.
* Pipeline script or screenshot.
* Pipeline script or screenshot.
* Expected result and actual result.
* Any information from the logs:
* Jenkins log: http://jenkins-server/log/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
<dependency>
<groupId>se.bjurr.violations</groupId>
<artifactId>violation-comments-to-bitbucket-server-lib</artifactId>
<version>1.56</version>
<version>1.60</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
5 changes: 5 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
mvn release:prepare release:perform -B || exit 1
mvn package
git commit -a --amend --no-edit
git push -f
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public static void doPerform(
.withCommentOnlyChangedContentContext(config.getCommentOnlyChangedContentContext()) //
.withShouldKeepOldComments(config.isKeepOldComments()) //
.withCommentTemplate(commentTemplate) //
.withViolationsLogger(string -> listener.getLogger().println(string)) //
.toPullRequest();
} catch (final Exception e) {
Logger.getLogger(JvctbPerformer.class.getName()).log(SEVERE, "", e);
Expand Down

0 comments on commit 872fa4b

Please sign in to comment.