Thanks, Mark! That's exactly how/where I specified the Global Security TCP
Settings. Also, I've just updated Jenkins to the latest update 2.177.
Still, the "Launch agent via Java Web Start" option is not showing up.
Per your suggestion, I've tried to remove the "WMI Windows Agents" plugin.
Howe
- There should be another recipient provider you can setup that will take
the list from the Project Recipient List.
- The Project Recipient field will go through the token macro plugin to
replace environment variables and other tokens.
On Mon, May 13, 2019 at 8:50 AM Alexandru Băluț wrote:
> Th
Sudheer,
I'll try (and others on this forum) to answer any Jenkins-related questions
you may have if you post them here.
Rich
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, s
The jobs in my setup are triggered externally and the job gets as parameter
a commit SHA and at the end, depending on the result, a person picked by
the job should get an email.
I'm trying to use *Editable Email Notification* for this, but I'm not sure
how to make it work.
- In *Triggers* I a
Jenkins does not show changes after commits have been rebased.
Build #1: has 3 changes (commits)
Build #2: no changes
The second build actually has the same three changes. but these are not
shown. They are same changes as before, but just slightly changed (git
rebased).
I want the changes show
Our RootScan is indicating we have an out of date Eclipse Jetty version:
Scan Provided Extra Information: Installed version: 9.4 Fixed version:
9.4.16.v20190411
However, when I upgraded the io and util files to 9.4.18, it is still
returning the same issue. Does anyone know:
* How
Hello jenkins users,
I just upgraded our Jenkins master from 2.52 to 2.164.2, and ran into a problem
with the slave auto-update feature.
We run some Jenkins nodes as windows services on windows machines with highly
restrictive security software that checks all binaries against a whitelist.
have you tried
${params.ReactiveRefParam}
???
On Monday, 13 May 2019 11:27:01 UTC+2, b o b i wrote:
>
> In
> Scenario 2: Pass a dynamically created value that is *hidden* (can't be
> edited by the user)
>
> return " class=\"setting-input\" type=\"text\">"
>
>
> *ReactiveRefParam* is the Reactiv
In
Scenario 2: Pass a dynamically created value that is *hidden* (can't be
edited by the user)
return ""
*ReactiveRefParam* is the Reactive Reference value that will be passed to
the build
in my bash script the variable is *ReactiveRefParam* empty
How do I use it in a bash script?
--