Compare commits

...

1 Commits

Author SHA1 Message Date
donganyuan
58097cf78f modify for setup Fujitsu Environment 2018-08-24 10:01:54 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -34,9 +34,7 @@ def doRedHatBuild = false
def FDD_Band7_B210_Status
pipeline {
agent {
label 'bellatrix'
}
agent any
options {
disableConcurrentBuilds()
timestamps()

View File

@@ -315,6 +315,8 @@ else
echo "cd cmake_targets/" >> $VM_CMDS
echo "mkdir log" >> $VM_CMDS
echo "cp /home/ubuntu/zip-install.txt log" >> $VM_CMDS
echo "declare -x http_proxy=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" >> $VM_CMDS
echo "declare -x https_proxy=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" >> $VM_CMDS
echo "echo \"./build_oai -I $BUILD_OPTIONS \"" >> $VM_CMDS
echo "./build_oai -I $BUILD_OPTIONS > log/install-build.txt 2>&1" >> $VM_CMDS
fi