jenkinsci / build-timeout-plugin

Jenkins build-timeout plugin
https://plugins.jenkins.io/build-timeout/
31 stars 80 forks source link

the incremental repository should not be specified. #93

Closed jtnord closed 2 years ago

jtnord commented 2 years ago

The comment for incrementals consuming was incorrect and neither the repository nor the pluginRepository should be specified like this.

the profile (consume-incrementals) that enables both is set in the plugin-pom and this is enabled in this plugin using .mvn/maven.config

see https://github.com/jenkinsci/build-timeout-plugin/pull/92/files#r884975577

krisstern commented 2 years ago

HI @jtnord Thanks for the PR! Also my apologies for the confusion, since I wasn't aware of the incrementals config rule.