fix artifact

This commit is contained in:
s444417 2022-03-28 10:55:20 +02:00
parent 2ffd6aaedc
commit 1716c8afaf

View File

@ -3,7 +3,7 @@
parameters{
buildSelector(
defaultSelector: lastSuccessful(),
name: 's444417-create-dataset',
name: 'BUILD_SELECTOR',
description: 'Build selector for Copy artifact'
)
@ -24,7 +24,7 @@
)
sh "chmod u+x ./startscript2.sh"
sh " ./startscript2.sh"
archiveArtifacts artifacts: 'data.txt'
archiveArtifacts artifacts: 'num_lines.txt'
}
}
}