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 5ba7618 commit baa6ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jenkins-remoting-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
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' \
| sed -r 's,\.,.0.0-,'
| sed -r 's,\..*,.0.0,'
)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
Expand Down

0 comments on commit baa6ae0

Please sign in to comment.