Skip to content
Snippets Groups Projects

experimenting with Jenkins permission issues

Merged Surya Bahadur Kathayat requested to merge testing2 into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -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'
Loading