Add datasetStats
This commit is contained in:
parent
4d4bb24e54
commit
cffa92bfd9
22
datasetStats/Jenkinsfile
vendored
Normal file
22
datasetStats/Jenkinsfile
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
parameters {
|
||||||
|
buildSelector(
|
||||||
|
defaultSelector: lastSuccesful(),
|
||||||
|
description: 'Which build to use for copying artifacts',
|
||||||
|
name: 'BUILD_SELECTOR'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('Copy artifacts') {
|
||||||
|
steps {
|
||||||
|
script {
|
||||||
|
copyArtifacts(
|
||||||
|
projectName: 'z-s487179-create-dataset',
|
||||||
|
selector: "${params.BUILD_SELECTOR}"
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
0
datasetStats/datasetStats.sh
Normal file
0
datasetStats/datasetStats.sh
Normal file
Loading…
Reference in New Issue
Block a user