Skip to content
Snippets Groups Projects
Commit 9d565081 authored by Surya Bahadur Kathayat's avatar Surya Bahadur Kathayat
Browse files

Merge branch 'testing2' into 'master'

experimenting with Jenkins permission issues

See merge request surya/devops-workshop!4
parents 1a8b4bd9 c6198384
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ 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