Skip to content

Commit

Permalink
Coerce jenkins-remoting-runner version into semver.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 9, 2024
1 parent 395e661 commit 5ba7618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-jenkins-remoting-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
pip install --upgrade yq
echo "package_version=$(
curl -sSL https://repo.jenkins-ci.org/artifactory/public/org/jenkins-ci/main/remoting/maven-metadata.xml \
| xq -Mr '.metadata.versioning.latest'
| xq -Mr '.metadata.versioning.latest' \
| sed -r 's,\.,.0.0-,'
)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
Expand Down

0 comments on commit 5ba7618

Please sign in to comment.