Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 18:19:51 +02:00
parent 536cf6b897
commit 8ee55638ea

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ remote.logLevel = 'INFO'
def build_antd() def build_antd()
{ {
sh ''' sh '''
cat << EOF > "$WORKSPACE"/build_antd.sh cat << EOF >> "$WORKSPACE"/build_antd.sh
printenv printenv
uname -a uname -a
EOF EOF