Skip to content

Need help with versioning string for checkmk #31825

Closed Answered by rarkins
gilly42 asked this question in Request Help
Discussion options

You must be logged in to vote

Try this:

  packageRules: [{
    matchPackageNames: ['checkmk/check-mk-cloud'],
    versioning: "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(p(?<build>\\d+))?$",
  }]

It requires major.minor.patch but has an optional pBuild

Replies: 7 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gilly42
Comment options

Comment options

You must be logged in to vote
1 reply
@seraphblade2010
Comment options

Answer selected by gilly42
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed
3 participants