fix name bash

This commit is contained in:
filnow 2024-03-26 21:47:05 +01:00
parent 6e030fb703
commit 92b0975fa7
1 changed files with 1 additions and 1 deletions

View File

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