This commit is contained in:
Jakub Zaręba 2023-03-27 22:04:20 +02:00
parent 534dd39670
commit 7545fc5abc

4
Jenkinsfile vendored
View File

@ -54,8 +54,8 @@ pipeline {
echo "Processed Data" > output.txt
'''
sh "head -n ${params.CUTOFF} olympics-124-years-datasettill-2020\Athletes_summer_games.csv"
}
sh "head -n ${params.CUTOFF} olympics-124-years-datasettill-2020\Athletes_summer_games.csv"
}
} catch (err) {
error "Failed to build: ${err.message}"
}