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

experimenting with Jenkins permission issues

parent d2896beb
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ pipeline { ...@@ -7,7 +7,6 @@ pipeline {
stage('Test') { stage('Test') {
steps{ steps{
echo 'Test' echo 'Test'
sh 'sudo chown $(whoami):$(whoami) /var/run/docker.sock'
sh 'docker-compose -f docker-compose-test.yaml up -d' sh 'docker-compose -f docker-compose-test.yaml up -d'
withEnv(["DB_CHOICE=localhost"]) { withEnv(["DB_CHOICE=localhost"]) {
sh 'mvn clean test' 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