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

4
Jenkinsfile vendored
View File

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