0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

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

This commit is contained in:
Jim Klimov 2017-12-07 07:11:01 +01:00
parent e7440779a4
commit c6356b9c5a

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
description: 'Attempt "make check" in this run?',
name: 'DO_TEST_CHECK')
booleanParam (
defaultValue: true,
defaultValue: false,
description: 'Attempt "make memcheck" in this run?',
name: 'DO_TEST_MEMCHECK')
booleanParam (