Skip to content
Snippets Groups Projects
Commit 99ca9db1 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

next attempt...

parent bc87299e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ def call(ArrayList<String> dependencyList) {
always {
node('Docker') {
script {
steps.doPublishBuildTestDeploy(builds)
doPublishBuildTestDeploy(builds)
}
}
} // end always
......@@ -53,7 +53,7 @@ def transformIntoStep(ArrayList<String> dependencyList, String buildName) {
def dockerArgs = "-u 0 --device=/dev/mtcadummys0 --device=/dev/mtcadummys1 --device=/dev/mtcadummys2 --device=/dev/mtcadummys3 --device=/dev/llrfdummys4 --device=/dev/noioctldummys5 --device=/dev/pcieunidummys6 -v /var/run/lock/mtcadummy:/var/run/lock/mtcadummy"
docker.image("builder:${label}").inside(dockerArgs) {
script {
steps.doBuildTestDeploy(dependencyList, label, buildType)
doBuildTestDeploy(dependencyList, label, buildType)
}
}
}
......
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