stage 2
This commit is contained in:
parent
0091c8c24d
commit
7919c3350b
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -7,5 +7,15 @@ pipeline {
|
|||||||
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
|
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Copy Archive') {
|
||||||
|
steps {
|
||||||
|
script {
|
||||||
|
step ([$class: 'CopyArtifact',
|
||||||
|
projectName: 'ASR-eval',
|
||||||
|
filter: "wikiniews_results.tsv",
|
||||||
|
target: 'wikiniews_results.tsv ']);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user