IUM_07 - delete unnecessary models/model.pth artifact

This commit is contained in:
Paweł Łączkowski 2024-04-24 22:05:58 +02:00
parent 93a4420755
commit a209ef3e7c
1 changed files with 0 additions and 2 deletions

2
models/Jenkinsfile vendored
View File

@ -55,8 +55,6 @@ pipeline {
def experiment_id = readFile('experiment_id.txt').trim()
archiveArtifacts artifacts: "my_runs/${experiment_id}/*", onlyIfSuccessful: true
archiveArtifacts artifacts: 'models/model.pth', onlyIfSuccessful: true
def sources = readFile('sources.txt').split('\n')
for (def source in sources) {