moze
This commit is contained in:
parent
4fec0193c1
commit
d7f5dc3aec
@ -14,6 +14,14 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('copy artifacts')
|
||||||
|
{
|
||||||
|
steps
|
||||||
|
{
|
||||||
|
sh 'rm -r my_model'
|
||||||
|
copyArtifacts(fingerprintArtifacts: true, projectName: 's434788-training/mlflow', selector: buildParameter('WHICH_BUILD'))
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('predict')
|
stage('predict')
|
||||||
{
|
{
|
||||||
steps
|
steps
|
||||||
|
Loading…
Reference in New Issue
Block a user