convert needs an '@' in front of file names.
gitea.matetelki.eu/performance_measuring/master This commit looks good Details

master
denes 5 years ago
parent cc2003cf25
commit 669431d098
Signed by: denes
GPG Key ID: A7D50EAD42F9FC9F

2
Jenkinsfile vendored

@ -18,7 +18,7 @@ pipeline {
stage('Running catch2 tests') {
steps {
sh './performance_measuring_test > tests.txt'
sh 'convert -background black -fill white -pointsize 16 -font Courier label: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
}
}

Loading…
Cancel
Save