Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
khk-globus committed May 25, 2024
1 parent 7eb9b39 commit 21a9d56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compute_endpoint/packaging/JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@ pipeline {
}
}

echo "pull = ${pull}"
echo "epic = ${epic}"
echo "branch_name = ${branch_name}"
echo "default_branch = ${default_branch}"
echo "tag = ${tag}"
echo "branch_name_is_a_tag = ${branch_name_is_a_tag}"
echo "tag_is_on_default_branch = ${tag_is_on_default_branch}"
echo "---------------"
echo "publish_to_unstable = ${publish_to_unstable}"
echo "publish_to_testing = ${publish_to_testing}"
echo "publish_to_stable = ${publish_to_stable}"
sh "/bin/false"


Expand Down

0 comments on commit 21a9d56

Please sign in to comment.