is bash even real
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
7681f9080a
commit
77df24da72
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,7 +5,9 @@ pipeline {
|
|||||||
stage('nuget'){
|
stage('nuget'){
|
||||||
steps{
|
steps{
|
||||||
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
||||||
sh """
|
bash """
|
||||||
|
|
||||||
|
echo "i really just want to know if the fucking \$BUILD_NUMBER works"
|
||||||
files=( ./*.nupkg )
|
files=( ./*.nupkg )
|
||||||
fullfilename=\$(basename -- \${files[0]})
|
fullfilename=\$(basename -- \${files[0]})
|
||||||
noext=\${fullfilename%.*}
|
noext=\${fullfilename%.*}
|
||||||
|
Loading…
Reference in New Issue
Block a user