-
Bug
-
Resolution: Unresolved
-
Major
It seems that the claim plugin cannot be used anymore with the pipeline jobs in Jenkins (pipeline plugin, github-organization-plugin) – those using the Jenkinsfile.
As these are quickly becoming the standard way of defining Jenkins jobs, we do need a way to enable claiming for them.
To clarify I can successfully add the step in my JenkinsFile:
{{step([$class: 'ClaimPublisher']) }}
and I get the message on the build page 'This build was not claimed' but there is no link to claim the build. I am logged in as admin and can claim non pipeline builds.
plugin version: V0.8
Jenkins version: V2.12