Skip to content

Commit

Permalink
update jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin07 committed Oct 3, 2024
1 parent 74d099d commit 3b0d0ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def RemoveTool(desc, name) {
}

def Tools = []
Tools.add(name: 'Terraform', url: 'https://releases.hashicorp.com/terraform/1.9.5/terraform_1.9.5_linux_amd64.zip')
Tools.add(name: 'Terraform', url: 'https://releases.hashicorp.com/terraform/1.9.7/terraform_1.9.7_linux_amd64.zip')
Tools.add(name: 'Packer', url: 'https://releases.hashicorp.com/packer/1.11.2/packer_1.11.2_linux_amd64.zip')

def inst = Jenkins.getInstance()
Expand Down

0 comments on commit 3b0d0ab

Please sign in to comment.