is bash even real
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-11-09 23:42:18 -05:00
parent 7681f9080a
commit 77df24da72

4
Jenkinsfile vendored
View File

@ -5,7 +5,9 @@ pipeline {
stage('nuget'){
steps{
dotnetPack(outputDirectory: "./", project: "nugettest/")
sh """
bash """
echo "i really just want to know if the fucking \$BUILD_NUMBER works"
files=( ./*.nupkg )
fullfilename=\$(basename -- \${files[0]})
noext=\${fullfilename%.*}