From b3759b86c4adb9b6c5c665f6feb4a339c320b316 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 22 Apr 2021 01:42:42 +0200 Subject: [PATCH] possibly fixed weird ci issue because of course --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c2662a2..9cbbef7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { steps { sh 'dotnet tool restore' // we use xvfb to allow for graphics-dependent tests - sh 'xvfb-run -a /usr/bin/dotnet dotnet-cake --Target=Publish --Branch=' + env.BRANCH_NAME + sh 'xvfb-run -a dotnet dotnet-cake --Target=Publish --Branch=' + env.BRANCH_NAME } } stage('Document') {