update jenkinsfile (clearWs())

This commit is contained in:
Maciej Czajka 2022-04-05 09:27:06 +02:00
parent 4096a21067
commit 1111acf416

View File

@ -25,6 +25,7 @@ pipeline {
stages {
stage('Script'){
steps {
cleanWs()
sh 'python3 ./Zajecia_2/main.py'
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false
}