sadf
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
62234447d7
commit
2ae6dcd6d1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -7,8 +7,8 @@ pipeline {
|
||||
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
||||
sh """
|
||||
files=( ./*.nupkg)
|
||||
fullfilename=$(basename -- ${files[0]})
|
||||
noext=${fullfilename%.*}
|
||||
fullfilename=\$(basename -- \${files[0]})
|
||||
noext=\${fullfilename%.*}
|
||||
|
||||
mv fullfilename $noext-$BUILD_NUMBER.nupkg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user