Update 'Jenkinsfile'
This commit is contained in:
parent
9fd86238df
commit
e4cdf96322
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ def build_antd()
|
|||||||
cat << EOF > "$WORKSPACE"/build_antd.sh
|
cat << EOF > "$WORKSPACE"/build_antd.sh
|
||||||
printenv
|
printenv
|
||||||
uname -a
|
uname -a
|
||||||
EOF
|
EOF
|
||||||
'''
|
'''
|
||||||
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("bash $WORKSPACE/build_antd.sh")
|
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("bash $WORKSPACE/build_antd.sh")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user