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