From 2fc0b5e6ebf1574bd9480f057527471337ce03bf Mon Sep 17 00:00:00 2001 From: navep-NI <163402744+navep-NI@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:59:51 +0530 Subject: [PATCH] Add comment for triggering pipeline in runlabview.sh --- examples/integration-into-cicd/runlabview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/integration-into-cicd/runlabview.sh b/examples/integration-into-cicd/runlabview.sh index 1d5e912..6376d6f 100644 --- a/examples/integration-into-cicd/runlabview.sh +++ b/examples/integration-into-cicd/runlabview.sh @@ -1,6 +1,6 @@ #!/bin/bash set -e - +#Triggering Pipeline CONFIG_FILE='/workspace/examples/integration-into-cicd/Test-VIs/viaPassCase.viancfg' LV_YEAR="${LV_YEAR:-2026}" LABVIEW_PATH="/usr/local/natinst/LabVIEW-${LV_YEAR}-64/labviewprofull"