Merge remote-tracking branch 'origin/master'
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
michalzareba 2021-05-10 21:10:44 +02:00
commit 0a739d9dd2

View File

@ -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'){