This commit is contained in:
wojciechbatruszewicz 2023-06-27 15:37:40 +02:00
parent d679916066
commit 1849c3e253

View File

@ -17,19 +17,19 @@ pipeline {
steps {
script {
copyArtifacts(
projectName: 'z-s487179-training/main',
projectName: 'x1-training/main',
selector: buildParameter('BUILD_SELECTOR'),
target: './MLEvaluate'
)
copyArtifacts(
projectName: 'z-s487179-create-dataset',
projectName: 'x1-create-dataset',
selector: buildParameter('BUILD_SELECTOR'),
target: './MLEvaluate'
)
}
}
}
stage('Run training and save model') {
stage('Save evaluation') {
steps {
script {
sh 'ls -l'