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 a1d1bfc commit 1d43580Copy full SHA for 1d43580
jenkins/Jenkinsfile
@@ -2,6 +2,7 @@ pipeline {
2
agent {
3
docker {
4
image 'python:3.11' // Python comes pre-installed
5
+ args '-u root'
6
}
7
8
0 commit comments