tomtom-international / jsl

TomTom Jenkins Shared Library
Apache License 2.0
6 stars 6 forks source link

Stop using directly Docker commands in pythonSetupPyPipeline.groovy file #27

Open ghost opened 3 years ago

ghost commented 3 years ago

In the pythonSetupPyPipeline.groovy it is mentioned that we need to use Docker commands directly due to the issue https://github.com/jenkinsci/docker-workflow-plugin/pull/162 There's now a fix available as part of other pull request, which also fixes the 162: https://github.com/jenkinsci/docker-workflow-plugin/pull/180 Hence it should be now fine to stop using the commands directly and use Jenkins features provided by Docker workflow plugin instead.