Skip to content

Commit

Permalink
Bump 1.0.0-1 -> 1.0.1-1; 0.105.1-7 -> 0.105.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Feb 15, 2023
1 parent dd5920e commit 615b2f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clamav/0.105/alpine/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ properties([
string(name: 'IMAGE_NAME', defaultValue: 'clamav', description: 'The docker image name to use'),
string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'),
string(name: 'BRANCH', defaultValue: 'rel/0.105', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '0.105.1', description: 'Full version in X.Y.Z format'),
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: '7', description: 'Revision of image for tag suffix. Starts at 1'),
string(name: 'REVISION', defaultValue: '1', 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/0.105/debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ properties([
string(name: 'IMAGE_NAME', defaultValue: "clamav-debian", description: 'The docker image name to use'),
string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'),
string(name: 'BRANCH', defaultValue: 'rel/0.105', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '0.105.1', description: 'Full version in X.Y.Z format'),
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'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
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 @@ -7,7 +7,7 @@ properties([
string(name: 'IMAGE_NAME', defaultValue: 'clamav', description: 'The docker image name to use'),
string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'),
string(name: 'BRANCH', defaultValue: 'rel/1.0', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.0.0', description: 'Full version in X.Y.Z format'),
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'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
Expand Down
2 changes: 1 addition & 1 deletion clamav/1.0/debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ properties([
string(name: 'IMAGE_NAME', defaultValue: 'clamav', description: 'The docker image name to use'),
string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'),
string(name: 'BRANCH', defaultValue: 'rel/1.0', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.0.0', description: 'Full version in X.Y.Z format'),
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'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
Expand Down

0 comments on commit 615b2f9

Please sign in to comment.