changed creating folders for binaries
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
parent
497dcbaeb6
commit
f6c952f208
|
|
@ -12,11 +12,11 @@ pipeline {
|
||||||
def targetDirAmd = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/x86/"
|
def targetDirAmd = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/x86/"
|
||||||
def targetDirRisc = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/riscv/"
|
def targetDirRisc = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/riscv/"
|
||||||
|
|
||||||
sh "mkdir -p ${targetDir}"
|
sh "mkdir -p ${targetDirAmd}"
|
||||||
|
sh "mkdir -p ${targetDirRisc}"
|
||||||
|
|
||||||
sh """
|
sh """
|
||||||
docker build --network=host --no-cache -t e-monitor .
|
docker build --network=host --no-cache -t e-monitor .
|
||||||
|
|
||||||
docker run --name e-monitor --dns 8.8.8.8 --network=host e-monitor:latest
|
docker run --name e-monitor --dns 8.8.8.8 --network=host e-monitor:latest
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue