Working on generate_stats
This commit is contained in:
parent
497850d44f
commit
780e29ea17
12
stats/Jenkinsfile
vendored
12
stats/Jenkinsfile
vendored
@ -9,9 +9,19 @@ pipeline {
|
||||
projectName: 's434784-create-dataset',
|
||||
selector: buildParameter('BUILD_SELECTOR'),
|
||||
filter: "data*",
|
||||
target: 'Infra']);
|
||||
target: 'dataset']);
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('sh: Shell Script'){
|
||||
steps{
|
||||
sh 'chmod +x stats/generate_stats.sh'
|
||||
sh './stats/generate_stats.sh'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts')
|
||||
steps{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
0
stats/generate_stats.sh
Normal file
0
stats/generate_stats.sh
Normal file
Loading…
Reference in New Issue
Block a user