dataset stats
This commit is contained in:
parent
c8c63d20dc
commit
4ea2460a49
@ -14,12 +14,12 @@ pipeline {
|
|||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
projectName: 'x1-create-dataset',
|
projectName: 'x1-create-dataset',
|
||||||
selector: buildParameter('BUILD_SELECTOR'),
|
selector: buildParameter('BUILD_SELECTOR'),
|
||||||
target: './datasetStats'
|
target: './'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run sh file') {
|
stage('Run python file') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh 'ls -l'
|
sh 'ls -l'
|
||||||
|
Loading…
Reference in New Issue
Block a user