We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b358f31 commit 40ac589Copy full SHA for 40ac589
jenkins/Jenkinsfile
@@ -1,6 +1,6 @@
1
pipeline {
2
agent {
3
- docker {
+ dockerContainer {
4
image 'python:3.11' // Python comes pre-installed
5
}
6
0 commit comments