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

Adding environment variables to Jenkinsfile.

Reading it inside docker-compose.
parent d0e87e46
No related branches found
No related tags found
No related merge requests found
pipeline {
agent any
environment {
APPLICATION_ROOT = '/openccg'
}
stages {
stage('build') {
steps {
......
......@@ -5,3 +5,5 @@ services:
openccg:
build: .
environment:
- APPLICATION_ROOT=${APPLICATION_ROOT:-/}
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