Skip to content
Snippets Groups Projects
Commit 634f8ca4 authored by Martin Lowe's avatar Martin Lowe :flag_ca: Committed by Mikaël Barbero
Browse files

Update Jenkinsfile


Fix mvnw command to have context of test secrets file.

Signed-off-by: Martin Lowe's avatarMartin Lowe <martin.lowe@eclipse-foundation.org>
parent c09c9523
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ pipeline { ...@@ -62,7 +62,7 @@ pipeline {
} }
steps { steps {
sh ''' sh '''
./mvnw package ./mvnw package -Dconfig.secret.path=config/sample.secret.properties
docker build -f src/main/docker/Dockerfile.jvm --no-cache -t ${IMAGE_NAME}:${TAG_NAME} -t ${IMAGE_NAME}:latest . docker build -f src/main/docker/Dockerfile.jvm --no-cache -t ${IMAGE_NAME}:${TAG_NAME} -t ${IMAGE_NAME}:latest .
''' '''
} }
...@@ -125,4 +125,4 @@ pipeline { ...@@ -125,4 +125,4 @@ pipeline {
sendNotifications currentBuild sendNotifications currentBuild
} }
} }
} }
\ No newline at end of file
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