Skip to content

Commit

Permalink
Remoting 4.11 (jenkinsci#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Oct 17, 2021
1 parent 4cef1b8 commit 3f354bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ group "linux-ppc64le" {
targets = []
}

# update this to use a newer build number for jenkins/docker image
# update this to use a newer build number for jenkins/docker-agent image
variable "AGENT_IMAGE_BUILD_NUMBER" {
default = "6"
default = "1"
}

variable "REGISTRY" {
Expand All @@ -37,7 +37,7 @@ variable "JENKINS_REPO" {
}

variable "REMOTING_VERSION" {
default = "4.10"
default = "4.11"
}

variable "BUILD_NUMBER" {
Expand Down
4 changes: 2 additions & 2 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Param(
[String] $Target = "build",
[String] $AdditionalArgs = '',
[String] $Build = '',
[String] $VersionTag = '4.9-1',
[String] $DockerAgentVersion = '4.9-1',
[String] $VersionTag = '4.11-1',
[String] $DockerAgentVersion = '4.11-1',
[switch] $PushVersions = $false
)

Expand Down

0 comments on commit 3f354bf

Please sign in to comment.