Skip to content

Commit

Permalink
Ignore SCM API 2.0 related changes until the cause of JENKINS-41121
Browse files Browse the repository at this point in the history
The basic idea of this is that the upgrades are sufficiently dangerous and *one
direction* (i.e. no rollback except for restoring from a pre-upgrade backup of
JENKINS_HOME) that it's best for Jenkins users to hide these versions until this
is figured out and made more safe.

See https://jenkins.io/blog/2017/01/17/scm-api-2/ for the list of affected
plugins.
  • Loading branch information
R. Tyler Croy committed Jan 17, 2017
1 parent a6431a9 commit b52d4f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/artifact-ignores.properties
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,16 @@ scm-api-2.0
# Suppress Scala Hello World Plugin (HOSTING-235)
hello-world-scala


# Suppress potentially harmful upgrades related to SCM API (JENKINS-41121)
# Erring on the side of extreme caution until the fallout is resolved here
scm-api:2.0.0
scm-api:2.0.1
branch-api:2.0.0
github-branch-source:2.0.0
cloudbees-bitbucket-branch-source:2.0.0
github-organization-folder:1.6
mercurial:1.58
git:2.6.2
git:3.0.2
git:3.0.3

0 comments on commit b52d4f6

Please sign in to comment.