jenkinsci/jenkinsfile-runner

Question: Boolean parameters?

Open

#373 aberto em 24 de set. de 2020

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Java (291 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (1.090 stars)
Métricas de merge de PR
 (Mesclagem média 47d 2h) (3 fundiu PRs em 30d)

Description

Can I use --arg with boolean parameters? I can only seem to get it work with string parameters. I've tried "-a BUILD_PACKAGE=true" but evaluates to the string, "true", instead of the boolean value, true.

Guia do colaborador