Skip to content

Commit

Permalink
Merge pull request #1105 from voxpupuli/fix-worklfow-deps
Browse files Browse the repository at this point in the history
pin workflow-job plugin to a version compatible with Jenkins LTS
  • Loading branch information
evgeni authored May 7, 2024
2 parents 64856d5 + 833706d commit aa046d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spec/acceptance/xtypes/jenkins_credentials_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,13 @@ class {'jenkins':
'trilead-api',
'variant',
'workflow-api',
'workflow-job',
'workflow-scm-step',
'workflow-step-api',
'workflow-support',
]: }
jenkins::plugin { 'workflow-job':
version => '1400.v7fd111b_ec82f'
}
jenkins_credentials { '7e86e9fb-a8af-480f-b596-7191dc02bf38':
ensure => 'present',
Expand Down Expand Up @@ -366,11 +368,13 @@ class {'jenkins':
'workflow-basic-steps',
'workflow-cps',
'workflow-durable-task-step',
'workflow-job',
'workflow-scm-step',
'workflow-step-api',
'workflow-support',
]: }
jenkins::plugin { 'workflow-job':
version => '1400.v7fd111b_ec82f'
}
jenkins_credentials { '562fa23d-a441-4cab-997f-58df6e245813':
ensure => 'present',
Expand Down

0 comments on commit aa046d2

Please sign in to comment.