简体   繁体   中英

How to use "docker with pipeline" in Jenkins?

In Jenkins I would like to use docker with pipeline . That documentation says:

Starting with Pipeline versions 2.5 and higher, Pipeline has built-in support for interacting with Docker

Our Jenkins is using version 2.305 (2021-08-03) right now. The latest version of jenkins currently is 2.340 (2022-03-22) .

How can I find the version of "Pipeline" used at our system?

I found quite a few installed plugins called "Pipeline: ..." with various versions. Which one should be 2.5 in order to make the docker feature available?

Oh, I found it:

https://plugins.jenkins.io/workflow-aggregator/

https://github.com/jenkinsci/workflow-aggregator-plugin/blob/master/CHANGELOG.md

The Plugin was simply not installed at all. (Only many of it's dependencies where installed independently.)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM