-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
-
Job Restrictions 0.8
Hi,
I didn`t find documentation, how to use class restriction.
I want to allow running Pipeline jobs. So I choosed "Job class" restriction and typed:
1. org.jenkinsci.plugins.workflow.job.WorkflowJob;
2. WorkflowJob.
In both cases I got error:
Class org.jenkinsci.plugins.workflow.job.WorkflowJob cannot be resolved: java.lang.ClassNotFoundException: org.jenkinsci.plugins.workflow.job.WorkflowJob
- is related to
-
JENKINS-31866 Attempts to restrict Pipeline jobs from running on master result in job hanging
-
- Open
-
Which version do you use?
Starting from 2.111 (
JENKINS-46652) this tweak for Pipeline should not be required if you use Authorize project. To be landed in the next LTSRegarding the error, it works for me. Are you sure that the Pipeline: Job plugin is actually installed on the instance?