diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index d23767b5ec123f657e7ef21f53c4b6497d75de2e..68f42479a9d825eb3d05ca9003b8814adaebcf5f 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -280,7 +280,14 @@ retrigger:
           fi
         fi
       - |
-        . .gitlab-ci/scripts/artifacts_name.sh $TAG_NAME $DEPLOY_DATE
+         echo "Deploying software artifacts to Azure.."      
+         . .gitlab-ci/scripts/artifacts_name.sh $TAG_NAME $DEPLOY_DATE
+         echo $uboot_filename
+         echo $kernel_filename
+         echo $filesystem_name
+         echo $image_name
+         echo $bmap_name
+         echo $bundle_filename
       - sh .gitlab-ci/scripts/deploy_artifacts.sh $BASE_DIRECTORY           \
                                                   $ART_PATH                 \
                                                   $DEPLOY_PATH              \
@@ -319,6 +326,7 @@ retrigger:
         echo "##################################################################" >> Link_report_"$BOARD"_"$IMAGE_NAME".txt
 
      - |
+        echo "Deploying software artifacts to Azure.."
         . .gitlab-ci/scripts/artifacts_name.sh $TAG_NAME $DEPLOY_DATE
      - sh .gitlab-ci/scripts/generate_report.sh $DEPLOY_PATH     \
                                                 $AZURE_STORAGE_SAS_TOKEN  \