Skip to content

Commit

Permalink
v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ghmer committed May 13, 2024
1 parent 1fbea68 commit 0cc3979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any
parameters {
string(name: 'REPOSITORY', defaultValue: params.REPOSITORY ?:'', description: '')
string(name: 'VERSION', defaultValue: params.VERSION ?:'v0.2.8', description: '')
string(name: 'VERSION', defaultValue: params.VERSION ?:'v0.2.9', description: '')
string(name: 'AMD64TAG', defaultValue: params.AMD64TAG ?:'amd64', description: '')
string(name: 'ARM64TAG', defaultValue: params.ARM64TAG ?:'arm64', description: '')
string(name: 'ARMTAG', defaultValue: params.ARMTAG ?:'arm', description: '')
Expand Down

0 comments on commit 0cc3979

Please sign in to comment.