Skip to content
Snippets Groups Projects
Commit d2896beb authored by surkat's avatar surkat
Browse files

experimenting with Jenkins permission issues

parent 74ca403e
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ pipeline {
stage('Test') {
steps{
echo 'Test'
sh 'sudo chown $(whoami):$(whoami) /var/run/docker.sock'
sh 'docker-compose -f docker-compose-test.yaml up -d'
withEnv(["DB_CHOICE=localhost"]) {
sh 'mvn clean test'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment