Skip to content

Commit

Permalink
ES-2466: Add Claim to JenkinsfileCombinedWorkerPluginsSmokeTests (#6222)
Browse files Browse the repository at this point in the history
* Initial change. Copying what is done in endToEndPipeline in shared lib

* Adding something to make test fail so I can see if the claiming works

* That didn't seem to stop it from passing

* Replay didn't pick up changes

* debug

* debug
  • Loading branch information
LukeBrowne-R3 authored Jun 24, 2024
1 parent 5346e4e commit d55df3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/JenkinsfileCombinedWorkerPluginsSmokeTests
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ pipeline {
}
post {
always {
step([$class: 'ClaimPublisher'])
script {
findBuildScans()
pipelineUtils.getPodLogs("postgres")
Expand Down

0 comments on commit d55df3d

Please sign in to comment.