Skip to content

Commit c90afa3

Browse files
authored
CCS-4 Update jira-evidence-example.yml
1 parent 7d677a0 commit c90afa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jira-evidence-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Check if the second element matches the JIRA ID format
7373
if [[ $second_element =~ ^[A-Z]+-[0-9]+$ ]]; then
7474
echo "The second element is a valid JIRA ID: $second_element"
75-
./examples/jira-transition-example/bin/jira-transition-checker-linux-amd64 "Finance Approval" $second_element > predicate.json
75+
./examples/jira-transition-example/bin/jira-transition-checker-linux-amd64 "Done" $second_element > predicate.json
7676
# Attach evidence onto build using JFrog CLI
7777
jf evd create \
7878
--build-name $GITHUB_WORKFLOW \
@@ -84,4 +84,4 @@ jobs:
8484
8585
else
8686
echo "The second element is not a valid JIRA ID"
87-
fi
87+
fi

0 commit comments

Comments
 (0)