fk it lets see what happens
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:29:23 -05:00
parent 26e5bd010e
commit 62234447d7

2
Jenkinsfile vendored
View File

@ -5,8 +5,6 @@ pipeline {
stage('nuget'){ stage('nuget'){
steps{ steps{
dotnetPack(outputDirectory: "./", project: "nugettest/") dotnetPack(outputDirectory: "./", project: "nugettest/")
def BUILD_NUMBER = "$BUILD_NUMBER"
sh """ sh """
files=( ./*.nupkg) files=( ./*.nupkg)
fullfilename=$(basename -- ${files[0]}) fullfilename=$(basename -- ${files[0]})