From 4e2cf2ed34a18c299a36264ef32d87f005cd98f0 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Thu, 6 Mar 2025 17:48:13 +0800 Subject: [PATCH] feat(ci): add debug output for PATH in SemanticReleasingExecutor Signed-off-by: zhenyus --- .../src/com/freeleaps/devops/SemanticReleasingExecutor.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy b/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy index 9bdff998..3974e1f2 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy @@ -35,6 +35,7 @@ class SemanticReleasingExecutor { steps.env.GIT_LOCAL_BRANCH = "${branch}" steps.sh """ #!/bin/bash + echo $PATH semantic-release """ steps.log.info("SemanticReleasingExecutor", "Semantic release completed, read latest version from VERSION file")