Update Jenkinsfile

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

6
Jenkinsfile vendored
View File

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