diff --git a/Jenkinsfile b/Jenkinsfile index 5b817bc..5c7b9a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { dotnetPack(outputDirectory: "./", project: "nugettest/") sh """ files=( ./*.nupkg) + echo "\${files[0]}" fullfilename=\$(basename -- \${files[0]}) noext=\${fullfilename%.*}