test jenkins build

This commit is contained in:
Wirus006 2022-03-21 11:28:45 +01:00
parent ee8737fc15
commit 6acf4154b5
2 changed files with 11 additions and 1 deletions

10
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}

View File

@ -13,7 +13,7 @@ if not file_exists:
subprocess.run(["pip", "install", "--user", "kaggle"])
subprocess.run(["pip", "install", "--user", "pandas"])
subprocess.run(["pip", "install", "--user", "scikit-learn"])
subprocess.run(["pip", "install", "--user", "matplotlib"])
# subprocess.run(["pip", "install", "--user", "matplotlib"])
subprocess.run(["kaggle", "datasets", "download", "-d", "hakeem/atp-and-wta-tennis-data"])
subprocess.run(["unzip", "-o", "atp-and-wta-tennis-data.zip"])