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