-
Improvement
-
Resolution: Unresolved
-
Minor
-
Running Jenkins with scripted pipeline
On the Pipeline Syntax Page (https://jenkins.io/doc/book/pipeline/syntax/) mostly the syntax for the declarative pipeline is described. I'm looking for reference of the functions docker.image.inside and docker.image.withRun. I did also google them and was not able to find anything. If they are already documented it would be great to have a link on the Pipeline Syntax Page.
[JENKINS-57703] Add docker.image.inside and docker.image.withRun reference
Component/s | New: docker-workflow-plugin [ 20625 ] | |
Component/s | Original: jenkinsfile-runner [ 24123 ] |
For anybody who also struggles finding this, it can be found in your own jenkins server as described here:
https://go.cloudbees.com/docs/plugins/docker-workflow/
However a link in the official documentation would still be most helpful.