X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fbuilder.sh;h=367451f56e414ca0b3d74c26a7a20aae185071f8;hb=a27b4bff5438d6b3ab9a1b1cab0ee5953f0cc420;hp=5e477a586ba8473515c1c8e8be08fb5e2d8d37d3;hpb=bcc4eb38ae4a8ac6378cfdddcddf9716946a1666;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/builder.sh b/jenkins-scripts/builder.sh index 5e477a586..367451f56 100755 --- a/jenkins-scripts/builder.sh +++ b/jenkins-scripts/builder.sh @@ -3,28 +3,10 @@ yum clean all -# -# VTN -# +# disable the firewall +/bin/bash ./disable_firewall.sh -# Add mono components for VTN -yum install -y yum-utils -# The following is needed for the new code in VTN project -# These packages will enable C# compilation -rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF" -# Add the mono tools repository -yum-config-manager -q -y --add-repo http://origin-download.mono-project.com/repo/centos -# Install the nuget binary -yum install -q -y http://origin-download.mono-project.com/repo/centos/n/nuget/nuget-2.8.3+md58+dhx1-0.noarch.rpm -# Install the mono toolchain -yum -q -y install mono-complete - -# -# Integration/Packaging -# - -# Install software for building RPMs -yum install -y fedora-packager - -# Install software for building docs -yum install -y libxslt-devel +cat </etc/sudoers.d/89-jenkins-user-defaults +Defaults:jenkins !requiretty +jenkins ALL = NOPASSWD: ALL +EOF