You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make run
docker run --rm -v maven-repo:/root/.m2 \
-v /Users/vmartinez/work/src/github.com/v1v/ci.jenkins.io-runner/demo/simple/:/workspace/ \
jenkins4eval/ci.jenkins.io-runner:local-test
3.806 [id=29] SEVERE jenkins.InitReactorRunner$1#onTaskFailed: Failed Loading plugin Docker Commons Plugin v1.15 (docker-commons)
java.io.IOException: Docker Commons Plugin version 1.15 failed to load.
- Pipeline: Declarative Extension Points API version 1.3.2 is older than required. To fix, install version 1.3.8 or later.
...
java.io.IOException: Docker Pipeline version 1.14 failed to load.
- Docker Commons Plugin version 1.15 failed to load. Fix this plugin first.
...
java.io.IOException: Pipeline: Declarative version 1.3.2 failed to load.
- Docker Pipeline version 1.14 failed to load. Fix this plugin first.
...
java.io.IOException: Pipeline version 2.6 failed to load.
- Pipeline: Declarative version 1.3.2 failed to load. Fix this plugin first.
...
java.io.IOException: Yet Another Docker Plugin version 0.1.0-rc52 failed to load.
- Docker Commons Plugin version 1.15 failed to load. Fix this plugin first.
...
== Configuring the Jenkins Pipeline library
===== Using the Pipeline library from https://github.com/oleg-nenashev/pipeline-library
...
java.lang.NoSuchMethodError: No such DSL method 'pipeline' found among steps
Some plugin dependencies are broken
What error do I get?
#127
#127 # How to reproduce?
Edit
demo/simple/Jenkinsfile
with the below snippet:Then
make run
I was able to get the above issue using my fork repo: https://github.com/v1v/ci.jenkins.io-runner
which it's up to date with the commit f43c078
Please let me know if you need further details.
The text was updated successfully, but these errors were encountered: