Added script and data

This commit is contained in:
Filip Izydorczyk 2021-03-27 17:10:00 +01:00
parent 58cac8dd15
commit 274ce1d053
3 changed files with 7793 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,9 +1,9 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('Stage 1') { stage('checkout: Check out from version control') {
steps { steps {
echo 'Hello world!' git 'https://git.wmi.amu.edu.pl/s434788/ium_434700'
} }
} }
stage('Goodbye!') { stage('Goodbye!') {

1
download.sh Normal file
View File

@ -0,0 +1 @@
wget https://git.wmi.amu.edu.pl/s434700/ium_434700/raw/branch/master/netflix_titles.csv

7790
netflix_titles.csv Normal file

File diff suppressed because it is too large Load Diff