MAPG-243 set COMPOSER_HOME to the workspace
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Bence Pőcze 2023-04-07 20:36:16 +02:00
parent 0798d146f9
commit 7114248f70
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

3
Jenkinsfile vendored
View File

@ -8,6 +8,9 @@ pipeline {
stages { stages {
stage('Install composer') { stage('Install composer') {
environment {
COMPOSER_HOME="${WORKSPACE}/.composer"
}
agent { agent {
dockerfile { dockerfile {
filename 'docker/Dockerfile-test' filename 'docker/Dockerfile-test'