Skip to content
Snippets Groups Projects
Commit 5eb5f6ce authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Jenkins: only build for now

Change-Id: I762079c2b32a5189c691aa0c7d5cf23376e25e4f
parent 38e3e3e7
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ pipeline {
steps {
script {
docker.build("dhtnet:${env.BUILD_ID}", "--target build .")
sh "docker run -t --rm dhtnet:${env.BUILD_ID}"
//sh "docker run -t --rm dhtnet:${env.BUILD_ID}"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment