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%.*}