i think "script copy.sh" is in fact the script that I've a block of
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
9b392c3486
commit
afb1cf5072
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -7,6 +7,7 @@ pipeline {
|
|||||||
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
||||||
sh """
|
sh """
|
||||||
files=( ./*.nupkg)
|
files=( ./*.nupkg)
|
||||||
|
echo "\${files[0]}"
|
||||||
fullfilename=\$(basename -- \${files[0]})
|
fullfilename=\$(basename -- \${files[0]})
|
||||||
noext=\${fullfilename%.*}
|
noext=\${fullfilename%.*}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user