Save artifacts
This commit is contained in:
parent
fa95822a21
commit
e0bf48706c
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -29,4 +29,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
archiveArtifacts artifacts: 'data/*',
|
||||||
|
onlyIfSuccessful: true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@ kaggle datasets download -d anikannal/solar-power-generation-data
|
|||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
echo "Unzipping archive"
|
echo "Unzipping archive"
|
||||||
files=$(unzip solar-power-generation-data.zip | tail -n +2 | cut -d ' ' -f 4)
|
files=$(unzip -o solar-power-generation-data.zip | tail -n +2 | cut -d ' ' -f 4)
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
echo "Splitting datasets"
|
echo "Splitting datasets"
|
||||||
|
Loading…
Reference in New Issue
Block a user