diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2021-08-19 15:41:37 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-20 20:03:07 +0000 |
commit | 452ac90e82213563e36cfc1f50828858018ec120 (patch) | |
tree | 837fb8144f96832f519ad89d950f61dea478bb2b /server/sonar-docs | |
parent | df16ef906db88121c96512a5e9bc494f74ac75ce (diff) | |
download | sonarqube-452ac90e82213563e36cfc1f50828858018ec120.tar.gz sonarqube-452ac90e82213563e36cfc1f50828858018ec120.zip |
DOCS Add missing screenshot to Java 11 analysis page
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/images/jenkins-maven-setup.png | bin | 0 -> 161618 bytes | |||
-rw-r--r-- | server/sonar-docs/src/pages/setup/analysis-with-java-11.md | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-docs/src/images/jenkins-maven-setup.png b/server/sonar-docs/src/images/jenkins-maven-setup.png Binary files differnew file mode 100644 index 00000000000..80a88d42350 --- /dev/null +++ b/server/sonar-docs/src/images/jenkins-maven-setup.png diff --git a/server/sonar-docs/src/pages/setup/analysis-with-java-11.md b/server/sonar-docs/src/pages/setup/analysis-with-java-11.md index 743e9110fc5..16b76b49588 100644 --- a/server/sonar-docs/src/pages/setup/analysis-with-java-11.md +++ b/server/sonar-docs/src/pages/setup/analysis-with-java-11.md @@ -114,5 +114,6 @@ Jenkins doesn't let you switch JDKs when using a 'Freestyle project' or 'Maven p You can do this with the [Tool Environment Plugin](https://plugins.jenkins.io/toolenv/). When this plugin is installed, you can expose the location of the JDK you added under **Manage Jenkins > Global Tool Configuration**. -The location of the JDK can then be used to set the `JAVA_HOME` environment variable. The build and post steps sections can be configured as following +The location of the JDK can then be used to set the `JAVA_HOME` environment variable. The build and post steps sections can be configured as follows: +![Configuration](/images/jenkins-maven-setup.png) |