Skip to content
Snippets Groups Projects
Unverified Commit add6f8f3 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Updating build parameter to pattern.

parent 158df886
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ pipeline {
sh 'docker tag web-openccg:$(git rev-parse --short HEAD) web-openccg:latest'
}
when {
branch 'origin/master'
branch '*/master'
}
}
......@@ -28,7 +28,7 @@ pipeline {
sh 'docker-compose -f docker-compose.deploy.yml --project-name litmus up --detach --renew-anon-volumes --force-recreate'
}
when {
branch 'origin/master'
branch '*/master'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment