×
Jul 26, 2023 · I have a new requirement to change the status of a build based on the presence of a string in a log file created by the job. I found the ...
Sep 18, 2023 · We have been having lots of memory issue with Jenkins (restarting it worked fine for a few days). We even allocated 32G of memory but it ...
Missing: howto | Show results with:howto
js - Wrapper script to run an executable detached in the // background from Ant's <exec> task. This works by running the executable // using the Windows ...
Missing: howto | Show results with:howto
This is a special step that allows to call build wrappers (also called "Environment Configuration" in freestyle or similar projects). Just select the wrapper to ...
Executor starts unwinding the stack, and eventually it finishes the unwinding. At this point, the build is marked as aborted and executor returns to the idle ...
Missing: howto | Show results with:howto
Feb 12, 2024 · In my project, I have a requirement to create a view that shows build status of a single job multiple times, each time with different parameters ...
Nov 23, 2023 · Run the job as a different user: You can configure Jenkins to run the job as a different user that has the necessary permissions. You can do ...
Missing: howto | Show results with:howto
Feb 12, 2024 · I run some projects that use Oracle Java 8 and starting with 391 the installer only allows one version of the JDK to be on the machine.
Sep 7, 2021 · Below is an example how to use the Properties box to set Ant properties with Jenkins Environment variables: As an alternative, you can use ...
Aug 2, 2023 · From time to time, I have to abort a scheduled build because is taking too long. Somehow, when a do so, it won't start next time ...