Skip to content

Commit

Permalink
Bump to 1.0.1-2; 0.105.2-2 for rebuild with updated base image
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Apr 6, 2023
1 parent 615b2f9 commit 4f093e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clamav/0.105/alpine/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ properties([
string(name: 'BRANCH', defaultValue: 'rel/0.105', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '0.105.2', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '0.105', description: 'Feature version in X.Y format'),
string(name: 'REVISION', defaultValue: '1', description: 'Revision of image for tag suffix. Starts at 1'),
string(name: 'REVISION', defaultValue: '2', description: 'Revision of image for tag suffix. Starts at 1'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
disableConcurrentBuilds(),
Expand Down
2 changes: 1 addition & 1 deletion clamav/1.0/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.0', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.0.1', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'),
string(name: 'REVISION', defaultValue: '1', description: 'Revision of image for tag suffix. Starts at 1'),
string(name: 'REVISION', defaultValue: '2', description: 'Revision of image for tag suffix. Starts at 1'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
disableConcurrentBuilds(),
Expand Down

0 comments on commit 4f093e0

Please sign in to comment.