mirror of
https://github.com/lxsang/ant-http
synced 2024-12-25 16:28:21 +01:00
Update Jenkinsfile
This commit is contained in:
parent
0c5385fd3f
commit
4d6c7f9326
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,14 +1,12 @@
|
||||
def build_antd()
|
||||
{
|
||||
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("bash") {
|
||||
docker.image("xsangle/ci-tools:latest-" + env.arch).inside {
|
||||
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("-it bash") {
|
||||
sh '''
|
||||
printenv
|
||||
uname -a
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pipeline{
|
||||
agent { node{ label'master' }}
|
||||
|
Loading…
Reference in New Issue
Block a user