mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 21:01:57 +03:00
jenkins version bump and script fixes
This commit is contained in:
@@ -39,6 +39,6 @@ variable "INSTANCE_DEVICE_NAME" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "JENKINS_VERSION" {
|
variable "JENKINS_VERSION" {
|
||||||
default = "2.73.2"
|
default = "2.204.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -53,5 +53,5 @@ wget -q https://releases.hashicorp.com/packer/0.10.2/packer_0.10.2_linux_amd64.z
|
|||||||
unzip packer_0.10.2_linux_amd64.zip
|
unzip packer_0.10.2_linux_amd64.zip
|
||||||
# clean up
|
# clean up
|
||||||
apt-get clean
|
apt-get clean
|
||||||
rm terraform_0.7.7_linux_amd64.zip
|
rm terraform_${TERRAFORM_VERSION}_linux_amd64.zip
|
||||||
rm packer_0.10.2_linux_amd64.zip
|
rm packer_0.10.2_linux_amd64.zip
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ variable "INSTANCE_DEVICE_NAME" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "JENKINS_VERSION" {
|
variable "JENKINS_VERSION" {
|
||||||
default = "2.121.2"
|
default = "2.204.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "TERRAFORM_VERSION" {
|
variable "TERRAFORM_VERSION" {
|
||||||
|
|||||||
Reference in New Issue
Block a user