We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d677a0 commit c90afa3Copy full SHA for c90afa3
.github/workflows/jira-evidence-example.yml
@@ -72,7 +72,7 @@ jobs:
72
# Check if the second element matches the JIRA ID format
73
if [[ $second_element =~ ^[A-Z]+-[0-9]+$ ]]; then
74
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
+ ./examples/jira-transition-example/bin/jira-transition-checker-linux-amd64 "Done" $second_element > predicate.json
76
# Attach evidence onto build using JFrog CLI
77
jf evd create \
78
--build-name $GITHUB_WORKFLOW \
@@ -84,4 +84,4 @@ jobs:
84
85
else
86
echo "The second element is not a valid JIRA ID"
87
- fi
+ fi
0 commit comments