Run as root
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
This commit is contained in:
parent
1b164159aa
commit
6ddbd513f1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'python:3'
|
image 'python:3'
|
||||||
args '-u jenkins'
|
args '-u root'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue