Run as root
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good

This commit is contained in:
Csaba 2023-12-13 16:19:06 +01:00
parent 1b164159aa
commit 6ddbd513f1

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent { agent {
docker { docker {
image 'python:3' image 'python:3'
args '-u jenkins' args '-u root'
} }
} }
stages { stages {