Commit c6356b9c authored by Jim Klimov's avatar Jim Klimov

Problem: Jenkinsfile tests libzmq for memcheck - there is not spoon

parent e7440779
...@@ -39,7 +39,7 @@ pipeline { ...@@ -39,7 +39,7 @@ pipeline {
description: 'Attempt "make check" in this run?', description: 'Attempt "make check" in this run?',
name: 'DO_TEST_CHECK') name: 'DO_TEST_CHECK')
booleanParam ( booleanParam (
defaultValue: true, defaultValue: false,
description: 'Attempt "make memcheck" in this run?', description: 'Attempt "make memcheck" in this run?',
name: 'DO_TEST_MEMCHECK') name: 'DO_TEST_MEMCHECK')
booleanParam ( booleanParam (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment