Skip to content

Commit

Permalink
Updating full version for new patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rsundriyal authored and micahsnyder committed Apr 17, 2024
1 parent f29a7b8 commit 5eb477e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.5', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.0.6', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'),
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-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/1.0', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.0.5', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.0.6', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'),
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.2/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.2', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.2.2', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.2.3', 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: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
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 @@ -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/1.2', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.2.2', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.2.3', 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: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
Expand Down
2 changes: 1 addition & 1 deletion clamav/1.3/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.3', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.3.0', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.3.1', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.3', description: 'Feature version in X.Y format'),
booleanParam(name: 'IS_LATEST', defaultValue: true, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
Expand Down
2 changes: 1 addition & 1 deletion clamav/1.3/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/1.3', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.3.0', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.3.1', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.3', description: 'Feature version in X.Y format'),
booleanParam(name: 'IS_LATEST', defaultValue: true, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
Expand Down

0 comments on commit 5eb477e

Please sign in to comment.