Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, den 15.04.2021, 08:47 -0600 schrieb Eric Fetzer: > So here's what blows my mind about a tag. If I go to the tag in > GitHub Enterprise, it has a .zip and .tar.gz associated with it. If > I unpack that file, it has the entire contents of the repository in > it. That seems like a v

Re: How to fix workspace deletion on slave node

2021-04-15 Thread Senthil Nathan
This is a system property that should be set when starting up jenkins. You would want to set *hudson.model.WorkspaceCleanupThread.disabled* to true to disable deletion of workspaces. Usage is documented here: https://www.jenkins.io/doc/book/managing/system-properties/ On Thu, Apr 15, 2021 at 11:

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Eric Fetzer
Thanks Mark! On Thu, Apr 15, 2021 at 9:22 AM Mark Waite wrote: > Not taken as whining, just that any attempt I made to explain would be > riddled with inadequacies and misuse of terminology. The definitive > documentation has more reviewers and more people that try to assure it is > correct, co

How to fix workspace deletion on slave node

2021-04-15 Thread DHAVAL JAISWAL
Workspace on Slave node is deleted if the Job is not running/active from Master Jenkins for some days. How shall I fix this issue? While referring to some forum advising to fix *hudson.model.WorkspaceCleanupThread.disabled* [ false ]. However, I am unable to find this parameter. Guide me on how

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Mark Waite
Not taken as whining, just that any attempt I made to explain would be riddled with inadequacies and misuse of terminology. The definitive documentation has more reviewers and more people that try to assure it is correct, complete, and consistent. On Thu, Apr 15, 2021 at 9:19 AM Eric Fetzer wrot

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Eric Fetzer
Thanks Mark! I'll quit whining and displaying my total git inadequacy, lol... On Thu, Apr 15, 2021 at 9:14 AM Mark Waite wrote: > > > On Thu, Apr 15, 2021 at 7:38 AM Eric Fetzer wrote: > >> So when you turn a tag into a release, does it then act more like a >> label, or is it still just a set

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Mark Waite
On Thu, Apr 15, 2021 at 7:38 AM Eric Fetzer wrote: > So when you turn a tag into a release, does it then act more like a label, > or is it still just a set of changed files? > > Refer to https://git-scm.com/book/en/v2/Git-Basics-Tagging for more details on the meaning and use of git tags. > On

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Eric Fetzer
So here's what blows my mind about a tag. If I go to the tag in GitHub Enterprise, it has a .zip and .tar.gz associated with it. If I unpack that file, it has the entire contents of the repository in it. That seems like a view label to me. But yet all of the documentation talks about the tag as

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Eric Fetzer
So when you turn a tag into a release, does it then act more like a label, or is it still just a set of changed files? On Wed, Apr 14, 2021 at 12:48 PM Mark Waite wrote: > > > On Wed, Apr 14, 2021 at 12:16 PM eric.fetzer > wrote: > >> Thamks Mark! So how would I go about checking out a branch

Re: how to access all classes and methods of a plugin in jenkins pipeline?

2021-04-15 Thread jesus fernandez
Yes I will do so El miércoles, 14 de abril de 2021 a las 21:00:34 UTC+2, ullrich...@gmail.com escribió: > Can you please file a bug report for the warnings plugin, it seems > something broken in my build... > > Am 14.04.2021 um 18:55 schrieb jesus fernandez : > > yes all the other plugins I ha

Re: Can I send cppcheck results through slack in a jenkins pipeline?

2021-04-15 Thread jesus fernandez
Thanks it is working now, I am also wondering what is the tool-id when trying to access the details of the analysis result, explained here https://github.com/jenkinsci/warnings-ng-plugin/blob/master/doc/Documentation.md#summary-of-the-analysis-result I cannot find other reference to what tool

Jenkins 2.263.2: "No Proxy Host" not working

2021-04-15 Thread 'Christoph Leiter' via Jenkins Users
Hello *, my first post here ;-) We're emigrating from an old Jenkins 1.642.2 to 2.263.2. The new jenkins was installed and configured from scratch, so no config files or anything else was copied from the old Jenkins to the new one. "HTTP Proxy Configuration" was done with the same values as on t

Re: EC2 provision: A problem occurred while processing the request

2021-04-15 Thread Amedee Van Gasse
I got it sorted with help on Stack Overflow: https://stackoverflow.com/questions/67079854/jenkins-ec2-plugin-instances-not-starting/67104641#67104641 Missing subnet. On Wednesday, April 14, 2021 at 10:05:08 AM UTC+2 Amedee Van Gasse wrote: > When provisioning a configured EC2 cloud (in the node

Re: overwrite an environment variable

2021-04-15 Thread Jochen Wiedmann
How about writing the value to a temporary file instead? A shell script could use the file later on (in another stage) to set the environment variable. On Wed, Apr 14, 2021 at 9:01 PM webde...@gmail.com wrote: > > hey, all! > > Here's what I would like to do: > > 1. in the pipeline itself, create