Update 'Jenkinsfile'
This commit is contained in:
parent
8ee55638ea
commit
c8e9bd3702
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -10,9 +10,9 @@ remote.logLevel = 'INFO'
|
||||
def build_antd()
|
||||
{
|
||||
sh '''
|
||||
cat << EOF >> "$WORKSPACE"/build_antd.sh
|
||||
printenv
|
||||
uname -a
|
||||
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