diff --git a/Jenkinsfile b/Jenkinsfile index cec8162..200f2c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -353,6 +353,7 @@ def deployJobs(def serviceList){ } //Deploy only release components. All the component are passed as: componentName,componentVersion def deployReleaseJobs(def serviceList, String smartgears){ + println("Going to deploy release components"); for (def record : serviceList) { service=record.split(","); stage(service[0]){