Maybe this is final fix (2 i 3)
This commit is contained in:
parent
47a1a1d4ed
commit
33d62c375c
@ -22,7 +22,7 @@ pipeline {
|
|||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x Zadanie_03_dataset_stats.sh'
|
sh 'chmod +x Zadanie_03_dataset_stats.sh'
|
||||||
sh 'Zadanie_03_dataset_stats.sh'
|
sh './Zadanie_03_dataset_stats.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('save_the_final_file') {
|
stage('save_the_final_file') {
|
||||||
|
Loading…
Reference in New Issue
Block a user