Change to Jenkinsfile
This commit is contained in:
parent
c9a5429f00
commit
ab8715ddfd
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -14,7 +14,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Archive artifacts') {
|
||||
archiveArtifacts artifacts: 'netflix_split_*.csv'
|
||||
steps{
|
||||
archiveArtifacts artifacts: 'netflix_split_*.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user