Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 18:17:38 +02:00
parent 9fd86238df
commit e4cdf96322

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ def build_antd()
cat << EOF > "$WORKSPACE"/build_antd.sh
printenv
uname -a
EOF
EOF
'''
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("bash $WORKSPACE/build_antd.sh")
}