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{
|
||||
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
||||
sh """
|
||||
echo "look at me, i am line 2 now"
|
||||
files=( ./*.nupkg)
|
||||
files=( ./*.nupkg )
|
||||
fullfilename=\$(basename -- \${files[0]})
|
||||
noext=\${fullfilename%.*}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user