Added bash installation
This commit is contained in:
parent
d05cede409
commit
aea09a6081
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -36,6 +36,8 @@ pipeline {
|
|||||||
container('docker') {
|
container('docker') {
|
||||||
sh label: 'Build Docker image', script: 'docker build -t ${DOCKER_IMAGE} .'
|
sh label: 'Build Docker image', script: 'docker build -t ${DOCKER_IMAGE} .'
|
||||||
|
|
||||||
|
sh label: 'Install bash', script: 'apk add --no-cache bash'
|
||||||
|
|
||||||
sh label: 'Install dgoss', script: '''
|
sh label: 'Install dgoss', script: '''
|
||||||
wget https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -O goss
|
wget https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -O goss
|
||||||
wget https://github.com/aelsabbahy/goss/releases/latest/download/dgoss -O dgoss
|
wget https://github.com/aelsabbahy/goss/releases/latest/download/dgoss -O dgoss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user