This commit is contained in:
Norbert Walkowiak 2023-04-16 08:44:38 +02:00
parent 8cb95355ef
commit 717c050e4d

View File

@ -25,7 +25,9 @@ pipeline {
stage('Shell Script') { stage('Shell Script') {
steps { steps {
// Stats // Stats
sh 'chmod +x s487175-dataset-stats-script.sh > output.txt' sh 'chmod +x s487175-dataset-stats-script.sh'
// Run script
sh './s487175-dataset-stats-script.sh > output.txt'
} }
} }
stage('Archive file') { stage('Archive file') {