diff --git a/Jenkinsfile b/Jenkinsfile index 1338acd..97cf83f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,8 +6,7 @@ pipeline { steps{ dotnetPack(outputDirectory: "./", project: "nugettest/") sh """ - echo "look at me, i am line 2 now" - files=( ./*.nupkg) + files=( ./*.nupkg ) fullfilename=\$(basename -- \${files[0]}) noext=\${fullfilename%.*}