I have 2 pipeline jobs where job1 triggers job2. I want job2 to run in the
same build node and workspace as job1. I've done the following
job1:
node("linux-ubuntu") {
echo "Node: $env.NODE_NAME"
ws {
"$env.WORKSPACE/test"
}
dir ("$env.WORKSPACE/test") {
sh "touch t
I have a multi-branch pipeline and have all of the options to trigger a
scan unchecked. Yet, I see it scanning/indexing. How/why? How can I stop it?
Thanks,
Chris
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group