Update Jenkinsfile

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

6
Jenkinsfile vendored
View File

@ -1,12 +1,10 @@
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("-it bash") {
docker.image("xsangle/ci-tools:latest-" + env.arch).inside { sh '''
sh '''
printenv printenv
uname -a uname -a
''' '''
}
} }
} }