aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
-rw-r--r--config.xml2
-rwxr-xr-xice-testengine2
3 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index b47c3c4..db55504 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,3 +1,4 @@
+#!/bin/sh
# ============LICENSE_START==========================================
# org.onap.vvp/jenkins
# ===================================================================
@@ -35,7 +36,6 @@
# ============LICENSE_END============================================
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
-#!/bin/sh
# This bootstrap is wedged in before the one that our upstream container uses.
# We perform our bootstrap actions, then call it.
diff --git a/config.xml b/config.xml
index 9032d1b..0ed8b87 100644
--- a/config.xml
+++ b/config.xml
@@ -1,3 +1,4 @@
+<?xml version='1.0' encoding='UTF-8'?>
<!--
# ============LICENSE_START==========================================
# org.onap.vvp/jenkins
@@ -36,7 +37,6 @@
# ============LICENSE_END============================================
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
-<?xml version='1.0' encoding='UTF-8'?>
<hudson>
<disabledAdministrativeMonitors/>
<version>1.0</version>
diff --git a/ice-testengine b/ice-testengine
index da085eb..6f7f2c0 100755
--- a/ice-testengine
+++ b/ice-testengine
@@ -1,3 +1,4 @@
+#!/bin/sh
# ============LICENSE_START==========================================
# org.onap.vvp/jenkins
# ===================================================================
@@ -35,7 +36,6 @@
# ============LICENSE_END============================================
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
-#!/bin/sh
# This is the job that every jenkins build launches to run validation functions
# against some VF.