Hello,
could anybody more seasoned in Jenkins pipelines point me to some
documentation or informal explanation of the behavior of SCM polling in the
multi-branch context?
I'm trying to set up a pipeline running different test scenarios depending
on some magic words in the commit message, or not
Yes, this makes sense. There is indeed a workspace link in the node
allocation step page.
Actually, in my case the whole pipeline runs on a single node in the same
workspace, with several stages executed in different Docker containers. So
it would be nice to smuggle a "shortcut link" to the w
Hello,
In a "classic" freestyle project, one can easily browse the workspace,
download it as an archive, or wipe it out with a mouse click.
However, in a multi-branch pipeline project defined by a Jenkinsfile from
SCM I've concocted recently, I don't see the "Workspace" menu item
anywhere, nei