mirror of
https://github.com/lxsang/ant-http
synced 2024-11-18 01:08:21 +01:00
Update Jenkinsfile
This commit is contained in:
parent
4d6c7f9326
commit
f9f5de2809
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,10 +1,9 @@
|
||||
def build_antd()
|
||||
{
|
||||
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("-it bash") {
|
||||
sh '''
|
||||
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun('''
|
||||
printenv
|
||||
uname -a
|
||||
'''
|
||||
''')
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user