fix name bash

This commit is contained in:
filnow 2024-03-26 21:47:05 +01:00
parent 6e030fb703
commit 92b0975fa7

View File

@ -25,7 +25,7 @@ pipeline {
stage('Execute Script') { stage('Execute Script') {
steps { steps {
sh 'bash calculate.sh' sh 'bash ./calculate.sh'
} }
} }