Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
4c815368c0
commit
ac3d1bf12a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 ./lab2/main.py'
|
sh 'python3 ./main.py'
|
||||||
archiveArtifacts artifacts: 'imdb_top_1000_dev.csv, imdb_top_1000_test.csv, imdb_top_1000_train.csv', followSymlinks: false
|
archiveArtifacts artifacts: 'imdb_top_1000_dev.csv, imdb_top_1000_test.csv, imdb_top_1000_train.csv', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user