Update Jenkinsfile
This commit is contained in:
parent
6b9b324ae3
commit
322f486b91
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -12,6 +12,11 @@ pipeline {
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
echo "Zapisywanie artefaktów..."
|
||||
archiveArtifacts 'metrics.jpg'
|
||||
archiveArtifacts 'metrics.json'
|
||||
archiveArtifacts 'predictions.txt'
|
||||
archiveArtifacts 'predictions_two_digits.txt'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user