Jenkins fixes
gitea/vn-vmware/master There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2020-01-16 11:15:53 +01:00
parent 5f9d5fd7b8
commit 68f11e5ce0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
branch 'master'
}
steps {
sh 'docker run --rm -v $(pwd):/build -v /mnt/storage/reprepro:/reprepro registry.verdnatura.es/vn-debuild stable'
sh 'docker run --rm -v /var/lib/docker/volumes/jenkins_master/_data$(pwd):/build -v /mnt/storage/reprepro:/reprepro registry.verdnatura.es/vn-debuild stable'
}
}
}