Added bash installation

This commit is contained in:
Marcin-Ramotowski 2025-06-07 15:08:58 +00:00
parent d05cede409
commit aea09a6081

2
Jenkinsfile vendored
View File

@ -35,6 +35,8 @@ pipeline {
steps {
container('docker') {
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: '''
wget https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -O goss