Updated and enabled cache server for new setup

This commit is contained in:
2021-11-19 18:55:40 +01:00
parent 986a52e672
commit 4f2efc63b1
4 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ pipeline {
#Customization for BrampCustom version
if [ "${Variant}" = "BrampCustom" ]
then
sed -i '/mirrorlist=/c\baseurl=http://192.168.2.83/centos/\$releasever/BaseOS/x86_64/os/' $WORKSPACE/sources/centos-http.go
sed -i '/mirrorlist=/c\baseurl=http://192.168.200.20/centos/\$releasever/BaseOS/x86_64/os/' $WORKSPACE/sources/centos-http.go
fi
gofmt -s -w .
go build -o build -v ./...