Commit 58097cf7 authored by donganyuan's avatar donganyuan Committed by Raphael Defosseux

modify for setup Fujitsu Environment

parent dc9c27a3
......@@ -34,9 +34,7 @@ def doRedHatBuild = false
def FDD_Band7_B210_Status
pipeline {
agent {
label 'bellatrix'
}
agent any
options {
disableConcurrentBuilds()
timestamps()
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment