s2g if that space was the issue
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9b57f318ba
commit
7681f9080a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -6,8 +6,7 @@ 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)
|
|
||||||
fullfilename=\$(basename -- \${files[0]})
|
fullfilename=\$(basename -- \${files[0]})
|
||||||
noext=\${fullfilename%.*}
|
noext=\${fullfilename%.*}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user