test terraform
parent
13c619eaf0
commit
7bb6d79957
|
|
@ -14,6 +14,11 @@ pipeline {
|
|||
command:
|
||||
- cat
|
||||
tty: true
|
||||
- name: terraform
|
||||
image: hashicorp/terraform:latest
|
||||
command:
|
||||
- cat
|
||||
tty: true
|
||||
- name: busybox
|
||||
image: busybox
|
||||
command:
|
||||
|
|
@ -32,6 +37,9 @@ pipeline {
|
|||
container('busybox') {
|
||||
sh '/bin/busybox'
|
||||
}
|
||||
container('terraform') {
|
||||
sh 'terraform version'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue