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:15:04 +01:00
parent eaf6c94599
commit 4499c125c4

1
Jenkinsfile vendored
View file

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