This commit is contained in:
Norbert Walkowiak 2023-04-16 08:42:18 +02:00
parent cb84236203
commit 8cb95355ef

View File

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