Skip to content

Commit

Permalink
CCS-4 Update jira-evidence-example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carmithersh authored Feb 9, 2025
1 parent 7d677a0 commit c90afa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jira-evidence-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Check if the second element matches the JIRA ID format
if [[ $second_element =~ ^[A-Z]+-[0-9]+$ ]]; then
echo "The second element is a valid JIRA ID: $second_element"
./examples/jira-transition-example/bin/jira-transition-checker-linux-amd64 "Finance Approval" $second_element > predicate.json
./examples/jira-transition-example/bin/jira-transition-checker-linux-amd64 "Done" $second_element > predicate.json
# Attach evidence onto build using JFrog CLI
jf evd create \
--build-name $GITHUB_WORKFLOW \
Expand All @@ -84,4 +84,4 @@ jobs:
else
echo "The second element is not a valid JIRA ID"
fi
fi

0 comments on commit c90afa3

Please sign in to comment.