From 415b183f8bd87229af77c654a2c3da82371c40f4 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Fri, 1 Dec 2023 19:04:13 -0500 Subject: [PATCH] jenkinsfile references proper nuget source ...hopefully? attempt 000001 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c4caa8..3ab676d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { } stage('deploy franz') { steps { - sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicate' + sh 'dotnet nuget push ./*.nupkg --source greyngitea --skip-duplicate' } } stage('build lister') {