Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: integrity-tf/jenkins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.6
Choose a base ref
...
head repository: integrity-tf/jenkins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 2 files changed
  • 3 contributors

Commits on May 14, 2018

  1. Bumped POM version to 0.13.0

    S1artie committed May 14, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    CarlosLopezDeLara Carlos LopezDeLara
    Copy the full SHA
    a683850 View commit details

Commits on Jan 16, 2019

  1. Merge branch 'v0.12.x_bugfix'

    S1artie committed Jan 16, 2019
    Copy the full SHA
    f8d1f72 View commit details

Commits on Jan 23, 2019

  1. Merge branch 'v0.12.x_bugfix'

    S1artie committed Jan 23, 2019
    Copy the full SHA
    b2a6342 View commit details

Commits on Feb 22, 2019

  1. Merge branch 'v0.12.x_bugfix'

    S1artie committed Feb 22, 2019
    Copy the full SHA
    6a7f7b1 View commit details

Commits on Mar 11, 2022

  1. Updated Jenkins repo URLs

    S1artie committed Mar 11, 2022
    Copy the full SHA
    d0504fb View commit details
  2. Copy the full SHA
    db08e6a View commit details

Commits on Apr 1, 2022

  1. Copy the full SHA
    20b3113 View commit details

Commits on Jun 23, 2023

  1. Copy the full SHA
    04ea274 View commit details
  2. Merge pull request #26 from dahlj/patch-1

    No longer silently ignoring errors when parsing integrity result files
    S1artie authored Jun 23, 2023
    Copy the full SHA
    f7d61aa View commit details
  3. Copy the full SHA
    4a78a1b View commit details
  4. Merge branch 'v0.12.x_bugfix'

    S1artie committed Jun 23, 2023
    Copy the full SHA
    4485722 View commit details
  5. Merge branch 'v0.12.x_bugfix'

    S1artie committed Jun 23, 2023
    Copy the full SHA
    9c3a939 View commit details
  6. Merge branch 'v0.12.x_bugfix'

    S1artie committed Jun 23, 2023
    Copy the full SHA
    505d2f7 View commit details
  7. Merge branch 'v0.12.x_bugfix'

    S1artie committed Jun 23, 2023
    Copy the full SHA
    64f5830 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 de.gebit.integrity.jenkins/Jenkins Integrity Plugin - Update POM version.launch
  2. +3 −3 de.gebit.integrity.jenkins/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="newVersion=0.12.0-SNAPSHOT"/>
<listEntry value="newVersion=0.13.0-SNAPSHOT"/>
</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
6 changes: 3 additions & 3 deletions de.gebit.integrity.jenkins/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

<groupId>de.gebit.integrity</groupId>
<artifactId>de.gebit.integrity.jenkins</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.13.0-SNAPSHOT</version>
<packaging>hpi</packaging>

<name>Integrity Test Framework - Jenkins Plugin</name>
@@ -17,14 +17,14 @@
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>