Specify jenkins user
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2023-12-13 16:17:03 +01:00
parent 4499c125c4
commit 1b164159aa

2
Jenkinsfile vendored
View file

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