This is my code:
stage('Prepare'){ docker.image('python:3.6').inside{ //some code here, also want to install packages here } }
Any methods to implement this?
2.1m questions
2.1m answers
60 comments
57.0k users