Skip to content

Revert .init to .new.tap for Jenkins Service

Sanad Liaquat requested to merge qa-shl-fix-jenkins-service-init into master

What does this MR do?

Fixes a bug introduced in this MR where .new.tap was replace with .init but the Service::DockerRun::Jenkins class does not inherit from QA::Resource::Base where the change was made.

The test did not fail in the original MR as it was quarantined. Here is a manual run that failed: https://gitlab.com/gitlab-org/gitlab-qa-mirror/-/jobs/1372698381#L13898

Conformity

Edited by Sanad Liaquat

Merge request reports