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: jenkinsci/incrementals-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: parent-1.4
Choose a base ref
...
head repository: jenkinsci/incrementals-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: parent-1.5
Choose a head ref
  • 10 commits
  • 9 files changed
  • 4 contributors

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    f909d7b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. update version

    Following the instructions to CD enable a repo did not work as in the end it was already incrementalified according to this readme but was too lower version to support CD.
    jtnord authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    547a6da View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Merge pull request #32 from jtnord/patch-1

    update version
    jglick authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1b5317d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fixes offline instructions due to removal of incrementals.url property

    This is due to Maven 4 support [1].
    
    Building plugins with Maven 4 (alpha) fails with:
    > 'profiles.profile[consume-incrementals].repositories.repository.[incrementals].url' contains an expression but should be a constant. @ org.jenkins-ci.plugins:plugin:4.53
    
    This has already been reported to Jenkins [2] and Maven [3] and was
    declared as an intentional change.
    
    [1] jenkinsci/plugin-pom#666
    [2] https://issues.jenkins.io/browse/JENKINS-67878
    [3] https://issues.apache.org/jira/browse/MNG-7420
    froque committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    175ca31 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update README.md

    Removes maven-release-plugin instructions because it is not used with incrementals
    
    Co-authored-by: Basil Crow <me@basilcrow.com>
    froque and basil authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d8c3982 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Creating CODEOWNERS

    Did not get notified about #33 (comment)
    jglick authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4d81dfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from froque/maven-4_incrementals.url

    Fixes offline instructions due to removal of incrementals.url property
    jglick authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8be1af4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    1ab538d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from jglick/trailing-slash

    Restore trailing slash after `a` or `b`
    jglick authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f724edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92fe1ff View commit details
    Browse the repository at this point in the history
Loading