Skip to content
Snippets Groups Projects
Commit e14983ee authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jenkinsfile: run tests

Change-Id: Id0c1255556f987813daa43b14bf9dda22145e35b
parent 2afdb5ac
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ pipeline { ...@@ -60,6 +60,7 @@ pipeline {
steps { steps {
script { script {
docker.build("jami-plugins-store:${env.BUILD_ID}", "--target test .") docker.build("jami-plugins-store:${env.BUILD_ID}", "--target test .")
sh "docker run -t --rm jami-plugins-store:${env.BUILD_ID}"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment