Skip to content

Instantly share code, notes, and snippets.

@osde8info
Created October 12, 2022 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osde8info/74bfbab19acad64426378fdcd220c3b9 to your computer and use it in GitHub Desktop.
Save osde8info/74bfbab19acad64426378fdcd220c3b9 to your computer and use it in GitHub Desktop.
jenkins docker pipeline image python
docker.image('python:3.7-slim-bullseye').inside {
sh 'python --version'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment