-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins: 2.60.3
BlueOcean: 1.2.0
When I create a pipeline that contains a Jenkinsfile with a script that executes a shared library, the buils runs well, but the editor doesn't work.
If fails with an error like:
```
There was an error loading the pipeline from the Jenkinsfile in this repository. Correct the error by editing the Jenkinsfile using the declarative syntax then commit it back to the repository.
unable to resolve class com.example.MyUtils @ line 14, column 35.
```
- duplicates
-
JENKINS-43445 Steps from shared libraries should be available from the editor
- Open