dataset stats

This commit is contained in:
wojciechbatruszewicz 2023-06-26 19:21:57 +02:00
parent c8c63d20dc
commit 4ea2460a49

View File

@ -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'