Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-02 17:32:42 +02:00 committed by GitHub
parent 4d6c7f9326
commit f9f5de2809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View File

@ -1,10 +1,9 @@
def build_antd() def build_antd()
{ {
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("-it bash") { docker.image("xsangle/ci-tools:latest-" + env.arch).withRun('''
sh '''
printenv printenv
uname -a uname -a
''' ''')
} }
} }