Dodanie 'Jenkinsfile_evaluate'
This commit is contained in:
parent
af5954294c
commit
7cbe50f718
17
Jenkinsfile_evaluate
Normal file
17
Jenkinsfile_evaluate
Normal file
@ -0,0 +1,17 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
stages{
|
||||
stage('Copy model') {
|
||||
steps {
|
||||
copyArtifacts(projectName: 's452662-training', selector: lastSuccessful())
|
||||
}
|
||||
}
|
||||
stage('Archive metrics') {
|
||||
steps{
|
||||
archiveArtifacts 'metrics.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user