jenkins-plugin
Here are 321 public repositories matching this topic...
-
Updated
Jul 1, 2020 - Java
Issue: not enough documentation for arguments to pass into cfnCreateChangeSet
I'm trying to create a wrapper around the cfnCreateChangeSet but have had to spend quite a bit of time experimenting with options of "What-ifs" on whether I need to validate input parameters or if this will do all of the work for me.
Biggest problem I've found is the absence of documentation on the differe
-
Updated
Mar 13, 2020 - Java
-
Updated
Jul 10, 2020 - Java
Would be nice to have documentation with a quick start guide. Get new developers going with the same (or close to) environment.
-
Updated
Jul 7, 2020 - Java
-
Updated
Apr 30, 2020 - Java
-
Updated
Jun 25, 2020 - Java
Stash notifier sends multiple notifications then used in a multi-configuration (matrix) job. There is a risk that the PR would appear to be "approved" by Jenkins before all jobs complete, creating a window of "opportunity" to merge broken code.
A simple fix is to require a minimal number of successful builds. But it's a not a reliable fix. New configurations can be added to the matrix build, ma
-
Updated
Mar 3, 2020 - Java
-
Updated
Jun 10, 2020 - Java
-
Updated
May 22, 2019 - Go
-
Updated
Jul 1, 2020 - Java
-
Updated
May 16, 2020 - Java
-
Updated
Apr 28, 2020 - Java
Hello,
Can you update the script for automation, because it is outdated and launch_ssh is not working?
Maybe in the past constructor for DockerComputerSSHLauncher was able to accept SSHConnector, but now it looks like that it should be used DockerSSHConnector.
-
Updated
Jul 10, 2020 - Java
-
Updated
Jun 17, 2020 - Java
-
Updated
Jun 22, 2020 - Java
-
Updated
Jan 15, 2020 - Java
Improve this page
Add a description, image, and links to the jenkins-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jenkins-plugin topic, visit your repo's landing page and select "manage topics."


Thank you for this project!
I have been struggling to work out how best to configure a CI for using DependencyCheck.
For example, I'd like to use the caching feature of GitHub actions with DependencyCheck to avoid redownloading all the CVEs on each build.
Ideally, this