again. madness.
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:37:57 -05:00
parent afb1cf5072
commit 9b57f318ba

2
Jenkinsfile vendored
View File

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