From: Balaji Shankaran Date: Fri, 15 Nov 2019 06:06:22 +0000 (+0530) Subject: Configuring lf jenkins X-Git-Tag: 1.0.1~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=46266658f4b9e8d15bc0e96ee426b7b6a6b04ee4;p=o-du%2Fl2.git Configuring lf jenkins Change-Id: I0489e7f9bac7fc0325e82e424b46cc090ff57f3d Signed-off-by: Balaji Shankaran --- diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..c41d6ec7f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu + +WORKDIR . + +RUN cd ./build/odu +RUN make clean_all odu cu_stub MACHINE=BIT64 MODE=FDD +#RUN make cu_stub MACHINE=BIT64 MODE=FDD + diff --git a/container-tag.yaml b/container-tag.yaml new file mode 100644 index 000000000..1c479024f --- /dev/null +++ b/container-tag.yaml @@ -0,0 +1,4 @@ +# The Jenkins job requires a tag to build the Docker image. +# Global-JJB script assumes this file is in the repo root. +--- +tag: 1.0.1