From e10718bcbc1b25594120dfd2a0f9ffb54e7ae344 Mon Sep 17 00:00:00 2001 From: denes Date: Mon, 7 Oct 2019 11:33:31 +0200 Subject: [PATCH] copy&paste error --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 13fc29e..c72083e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,6 @@ pipeline { stage('Running catch2 tests') { steps { sh './performance_measuring_test > tests.txt' - sh 'convert -size 360x360 xc:white -font "FreeMon" -pointsize 12 -fill black -draw @tests.txt tests.png' sh 'convert -background black -fill white -pointsize 16 -font Courier label:tests.txt tests.png' archiveArtifacts artifacts: 'tests.png', fingerprint: true }