Skip to content

Commit

Permalink
clamav, clamav-debian: 1.2 is no longer latest
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Feb 7, 2024
1 parent 18f2e68 commit 9ba6a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clamav/1.2/alpine/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ properties([
string(name: 'BRANCH', defaultValue: 'rel/1.2', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.2.1', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.2', description: 'Feature version in X.Y format'),
booleanParam(name: 'IS_LATEST', defaultValue: true, description: 'If "true", will also publish to :latest, and :stable tags.'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
disableConcurrentBuilds(),
buildDiscarder(logRotator(
Expand Down
2 changes: 1 addition & 1 deletion clamav/1.2/debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ properties([
string(name: 'BRANCH', defaultValue: 'rel/1.2', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.2.1', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.2', description: 'Feature version in X.Y format'),
booleanParam(name: 'IS_LATEST', defaultValue: true, description: 'If "true", will also publish to :latest, and :stable tags.'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
disableConcurrentBuilds(),
buildDiscarder(logRotator(
Expand Down

0 comments on commit 9ba6a53

Please sign in to comment.