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