Jenkinsfile volume fixes
gitea/php-vn-lib/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-07-07 11:20:55 +02:00
parent b5dd90d1a8
commit 62c14fe7d9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
image 'registry.verdnatura.es/vn-debuild'
registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry'
args '-v /mnt/storage/reprepro:/reprepro'
args '-v /mnt/appdata/reprepro:/reprepro'
}
}
stages {