Archive artifacts
This commit is contained in:
parent
29ddeaba9f
commit
b401f4ae63
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -14,5 +14,10 @@ pipeline {
|
||||
sh './create-dataset.sh'
|
||||
}
|
||||
}
|
||||
stage('Archive') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'iris.csv', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user