From afb1cf50722d730b4c8284d7fc9133f572a5f4fc Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 9 Nov 2024 23:36:40 -0500 Subject: [PATCH] i think "script copy.sh" is in fact the script that I've a block of --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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%.*}