Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Hidden Parameters

Looking around online and at Jenkins plugins I haven't had any luck finding the solution. Does anyone know if there is a "hidden" parameter available for Parameterized Builds in Jenkins? i.e., I would like to add a parameter type that cannot be changed and does not show up when "Build Now" is pressed.

like image 320
cppProgrammer Avatar asked Jul 15 '13 14:07

cppProgrammer


1 Answers

Here's what you're looking for:

https://wiki.jenkins-ci.org/display/JENKINS/Hidden+Parameter+Plugin

like image 195
Noam Manos Avatar answered Sep 20 '22 12:09

Noam Manos