Merge remote-tracking branch 'origin/master'
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
commit
0a739d9dd2
@ -13,14 +13,13 @@ pipeline {
|
||||
sh 'python3 lab06_training.py'
|
||||
sh 'ls -l'
|
||||
sh 'pwd'
|
||||
sh 'zip model.zip model_movies'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
stage('Archive artifacts') {
|
||||
steps{
|
||||
archiveArtifacts 'model.zip'
|
||||
archiveArtifacts 'model_movies/**'
|
||||
}
|
||||
}
|
||||
stage('Send notification'){
|
||||
|
Loading…
Reference in New Issue
Block a user