Google
×
This tutorial shows you how to use Jenkins to build a simple Java application with Maven. If you are a Java developer using Maven, but new to CI/CD concepts, or ...
Feb 25, 2024 · Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.
Apr 13, 2018 · Publishing a change to users requires a separate step using the Maven Release plugin and special credentials; then an update center process runs ...
Sep 7, 2021 · This plugin adds a new build parameter type for resolving artifact versions reading the repository maven-metadata.xml.
Missing: howto | Show results with:howto
Secure the controller. Jenkins installations come with security enabled by default, which is a crucial aspect of protecting your system. While it is ...
Sep 7, 2021 · The build parameter 'Maven Repository Artifact' allows for simple version selection and the build step 'Artifact Resolver' lets you download the ...
Missing: howto | Show results with:howto
This will let you use short names for Jenkins Maven plugins (i.e. hpi:create instead of org. jenkins-ci. tools:maven-hpi-plugin:1.61:create),
Feb 26, 2022 · I have an elementary question about how deployment works. Let's say we are developing a project locally (Spring, Java, Maven, git) and want ...
May 9, 2019 · A Pipeline Configuration Repository is used to store common configurations and pipeline templates inherited by teams. This example Pipeline ...
Enabling security If you need a security realm for testing you can use a MockAuthorizationStrategy() where you can grant rights as needed for your test. In the ...