Skip to content

Commit

Permalink
pin workflow-job plugin to a version compatible with Jenkins LTS
Browse files Browse the repository at this point in the history
2.440 is the latest LTS Jenkins, but newer workflow-job versions need
2.454+
  • Loading branch information
evgeni committed May 7, 2024
1 parent 64856d5 commit 833706d
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 833706d

Please sign in to comment.