Skip to content

Commit

Permalink
don't pin plain-credentials plugin
Browse files Browse the repository at this point in the history
no idea why it was pinned in the past, but pinning seems to miss-behave
when we use purge_plugins=>true in tests and breaks idempotency tests
  • Loading branch information
evgeni committed Apr 23, 2024
1 parent 0f96dc3 commit 423d3d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/acceptance/xtypes/jenkins_credentials_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ class {'jenkins':
}
include jenkins::cli::config
jenkins::plugin { 'plain-credentials':
pin => true,
}
jenkins_credentials { '150b2895-b0eb-4813-b8a5-3779690c063c':
Expand Down Expand Up @@ -160,7 +159,6 @@ class {'jenkins':
}
include jenkins::cli::config
jenkins::plugin { 'plain-credentials':
pin => true,
}
jenkins_credentials { '95bfe159-8bf0-4605-be20-47e201220e7c':
Expand Down Expand Up @@ -441,7 +439,6 @@ class {'jenkins':
}
include jenkins::cli::config
jenkins::plugin { 'plain-credentials':
pin => true,
}
jenkins_credentials { '95bfe159-8bf0-4605-be20-47e201220e7c':
Expand Down

0 comments on commit 423d3d2

Please sign in to comment.