Use GS_URL as it is now defined by Jenkins and detect Jenkins job name
[ovsnfv.git] / ci / build.sh
1 #!/bin/bash
2
3 echo "Hello OVSNFV community!"
4
5 echo "Build ovs RPM for Linux kernel data plane from master branch of OVS."
6
7 ./buildovs.sh
8
9 exit 0