Commit c353bef3 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-fix-jenkins-service-init' into 'master'

Revert .init to .new.tap for Jenkins Service

See merge request gitlab-org/gitlab!64766
parents a7b57f92 9110a681
......@@ -94,7 +94,7 @@ module QA
end
def run_jenkins_server
Service::DockerRun::Jenkins.init do |runner|
Service::DockerRun::Jenkins.new.tap do |runner|
runner.pull
runner.register!
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment