This commit is contained in:
Sheaza 2024-04-02 20:04:35 +02:00
parent 4b93fab438
commit 43229c2ea9
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -41,7 +41,6 @@ pipeline {
sh "python3 ./get_dataset.py ${params.KAGGLE_USERNAME} ${params.KAGGLE_KEY}"
archiveArtifacts artifacts: 'dataset.csv,df_train.csv,df_test.csv', onlyIfSuccessful: true
}
}
}
}
}