Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 18:23:34 +02:00
parent a8a32309c1
commit a73cc7f52e

9
Jenkinsfile vendored
View File

@ -39,11 +39,10 @@ pipeline{
env.arch = "arm64" env.arch = "arm64"
} }
sh ''' sh '''
cat << EOF > "$WORKSPACE"/build_antd.sh printenv
printenv uname -a
uname -a EOF
EOF '''
'''
build_antd() build_antd()
} }
} }