artifact of saved model
This commit is contained in:
parent
e379116876
commit
9ce0127a72
@ -23,6 +23,9 @@ stages {
|
|||||||
|
|
||||||
archiveArtifacts artifacts: 'pytorch/result.txt',
|
archiveArtifacts artifacts: 'pytorch/result.txt',
|
||||||
allowEmptyArchive: true
|
allowEmptyArchive: true
|
||||||
|
dir('my_runs') {
|
||||||
|
archiveArtifacts artifacts: '**/**'
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user