Update 'Jenkinsfile'
This commit is contained in:
parent
e4cdf96322
commit
536cf6b897
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,11 +10,11 @@ remote.logLevel = 'INFO'
|
||||
def build_antd()
|
||||
{
|
||||
sh '''
|
||||
cat << EOF > "$WORKSPACE"/build_antd.sh
|
||||
cat << EOF > "$WORKSPACE"/build_antd.sh
|
||||
printenv
|
||||
uname -a
|
||||
EOF
|
||||
'''
|
||||
'''
|
||||
docker.image("xsangle/ci-tools:latest-" + env.arch).withRun("bash $WORKSPACE/build_antd.sh")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user