i think "script copy.sh" is in fact the script that I've a block of
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-11-09 23:36:40 -05:00
parent 9b392c3486
commit afb1cf5072

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ pipeline {
dotnetPack(outputDirectory: "./", project: "nugettest/")
sh """
files=( ./*.nupkg)
echo "\${files[0]}"
fullfilename=\$(basename -- \${files[0]})
noext=\${fullfilename%.*}