Zaktualizuj 'Jenkinsfile_training'
This commit is contained in:
parent
fd48b73d1a
commit
fbd8fa907c
@ -12,12 +12,7 @@ pipeline {
|
|||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Sh script') {
|
|
||||||
steps {
|
|
||||||
sh 'python3 lab06_training.py'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts artifacts: 'model_movies'
|
archiveArtifacts artifacts: 'model_movies'
|
||||||
|
Loading…
Reference in New Issue
Block a user