This commit is contained in:
Jakub Zaręba 2023-03-27 22:08:54 +02:00
parent ef084fcd05
commit ffeb989503

2
Jenkinsfile vendored
View File

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