Skip to content

Commit

Permalink
Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Mar 8, 2017
1 parent ac5e706 commit 12e2273
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,32 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
## Unreleased
### No issue

**Jenkinsfile**


[a46bd8cd4e13233](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/a46bd8cd4e13233) Tomas Bjerre *2017-03-04 23:03:28*

**doc**


[ac5e706706cdbae](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/ac5e706706cdbae) Tomas Bjerre *2017-03-04 09:29:40*


## 1.46
### GitHub [#15](https://github.com/jenkinsci/violation-comments-to-stash-plugin/issues/15) File path on all comments in one message is absolute

**Commenting with file name from server #15**


[1f2901d8bbe75c9](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/1f2901d8bbe75c9) Tomas Bjerre *2017-02-19 21:33:11*


### No issue

**doc**


[11c8d7f48af4423](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/11c8d7f48af4423) Tomas Bjerre *2017-02-18 22:08:23*
[aca0e3fd98c4d97](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/aca0e3fd98c4d97) Tomas Bjerre *2017-02-18 22:08:39*


## 1.45
Expand Down
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!groovy

buildPlugin(jdkVersions: [7, 8])
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<!--version>1.642.4</version// -->
<version>1.609.3</version>
<relativePath />
<version>2.23</version>
</parent>

<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jenkins.version>2.1</jenkins.version>
<hpi-plugin.version>1.115</hpi-plugin.version>
<jenkins-test-harness.version>2.19</jenkins-test-harness.version>
<findbugs.failOnError>false</findbugs.failOnError>
</properties>

<artifactId>violation-comments-to-stash</artifactId>
Expand Down Expand Up @@ -192,7 +191,6 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 12e2273

Please sign in to comment.