Skip to content
Snippets Groups Projects
Commit 1a8b4bd9 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!3
parents adcefcd4 d2896beb
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