Add ECLAIR PRODUCT ID as argument

This field needs to be updated when license is changed. Hence, mark
it as a param and set in jenkins server.

Change-Id: I8c2edf6766f366845b3bb188f62f17a8e5e2723c
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/bin/detachLicense b/bin/detachLicense
index 2220d5d..b1dc167 100755
--- a/bin/detachLicense
+++ b/bin/detachLicense
@@ -17,7 +17,7 @@
         sleep 60
     fi
 
-    sudo su "${ECLAIR_LICENSE_USER}" -c "\"${ECLAIR_TOP_DIR}/bin/eclair_licman\" -d 38199 -t \"${seconds}\" -s u" >/tmp/eclair_licman.out 2>&1
+    sudo su "${ECLAIR_LICENSE_USER}" -c "\"${ECLAIR_TOP_DIR}/bin/eclair_licman\" -d \"${ECLAIR_PRODUCT_ID}\" -t \"${seconds}\" -s u" >/tmp/eclair_licman.out 2>&1
     rc=$?
     cat /tmp/eclair_licman.out
     echo rc: $rc