Skip to content

Commit 1d43580

Browse files
authored
Update Jenkinsfile
1 parent a1d1bfc commit 1d43580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pipeline {
22
agent {
33
docker {
44
image 'python:3.11' // Python comes pre-installed
5+
args '-u root'
56
}
67
}
78

0 commit comments

Comments
 (0)