Skip to content

Commit

Permalink
Demonstrating jenkinsci/plugin-pom#236
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 5, 2019
1 parent 722aaf2 commit 8cfdac6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 31 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,21 @@ Changelog of Generic Webhook Plugin.
[23bbefcc5b0dd39](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/23bbefcc5b0dd39) Tomas Bjerre *2019-09-02 15:36:33*


### GitHub [#136](https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/136) Ability to add more optional filters to run the job based on OR operations of two AND operations. *question*

**Testing combination of variables #136**


[e02cb6ccfd88325](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/e02cb6ccfd88325) Tomas Bjerre *2019-09-29 09:18:16*


### No issue

**doc**


[722aaf227e3dd56](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/722aaf227e3dd56) Tomas Bjerre *2019-10-03 13:28:49*

**Create FUNDING.yml**


Expand Down
33 changes: 2 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.2</version>
<version>3.51-SNAPSHOT</version>
</parent>

<properties>
<java.level>7</java.level>
<jenkins.version>2.7.4</jenkins.version>
<spotbugs.failOnError>false</spotbugs.failOnError>
<findbugs.failOnError>false</findbugs.failOnError>
<maven.javadoc.skip>true</maven.javadoc.skip>
<fmt>2.9</fmt>
<violations.version>1.20</violations.version>
<changelog>1.60</changelog>
</properties>

Expand Down Expand Up @@ -159,35 +159,6 @@ Changelog of Generic Webhook Plugin.
</execution>
</executions>
</plugin>
<plugin>
<groupId>se.bjurr.violations</groupId>
<artifactId>violations-maven-plugin</artifactId>
<version>${violations.version}</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>violations</goal>
</goals>
<configuration>
<minSeverity>INFO</minSeverity>
<detailLevel>VERBOSE</detailLevel>
<maxViolations>99999999</maxViolations>
<printViolations>true</printViolations>

<violations>
<violation>
<parser>FINDBUGS</parser>
<reporter>Findbugs</reporter>
<folder>.</folder>
<pattern>.*/findbugsXml\.xml$</pattern>
</violation>
</violations>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 8cfdac6

Please sign in to comment.