diff --git a/Jenkinsfile b/Jenkinsfile index 4893706..505acf4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,11 +10,11 @@ remote.logLevel = 'INFO' def build_antd() { sh ''' - cat << EOF > "$WORKSPACE"/build_antd.sh +cat << EOF > "$WORKSPACE"/build_antd.sh printenv uname -a EOF - ''' +''' docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("bash $WORKSPACE/build_antd.sh") }