update jenkinsfile (delete cleanWs())
This commit is contained in:
parent
1111acf416
commit
713859192d
@ -25,7 +25,6 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
cleanWs()
|
|
||||||
sh 'python3 ./Zajecia_2/main.py'
|
sh 'python3 ./Zajecia_2/main.py'
|
||||||
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false
|
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user