Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-02 17:21:14 +02:00 committed by GitHub
parent d4fa350a3a
commit 5851f3cba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

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