Specify jenkins user
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
This commit is contained in:
parent
eaf6c94599
commit
4499c125c4
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -2,6 +2,7 @@ pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'python:3'
|
image 'python:3'
|
||||||
|
user 'jenkins'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue