s2g if that space was the issue
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:39:36 -05:00
parent 9b57f318ba
commit 7681f9080a

1
Jenkinsfile vendored
View File

@ -6,7 +6,6 @@ pipeline {
steps{
dotnetPack(outputDirectory: "./", project: "nugettest/")
sh """
echo "look at me, i am line 2 now"
files=( ./*.nupkg )
fullfilename=\$(basename -- \${files[0]})
noext=\${fullfilename%.*}