From 77df24da72b58f43973b644f5ee76c2605f473d2 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 9 Nov 2024 23:42:18 -0500 Subject: [PATCH] is bash even real --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97cf83f..d7ae90c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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%.*}