forked from jenkins-docs/simple-java-maven-app
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch with issues #6 #6
Open
sylvain-combe-sonarsource
wants to merge
44
commits into
master
Choose a base branch
from
branch_with_issues
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
3b72c45
add quality issues to code branch
7971770
add branch name to pipeline mvn cmd
c920aec
master branch condition in JenkinsFile
88dfc06
report JenkinsFile fix done on master
b35b56e
fixed locked unitary tests
ebdcd17
try to dump JenkinsFile env
30eba7d
try to dump JenkinsFile env 2
25a0ec1
try to dump JenkinsFile env 3
ee8d1c4
try to build PR analysis
23c82b2
try to build PR analysis 2
104e426
try to build PR analysis 3
07c680b
try to build PR analysis 4
465abcd
try to build PR analysis 5
b923272
try to build PR analysis 6
dc1d6f1
Revert "try to build PR analysis 6"
906dd5e
Merge branch 'master' into branch_with_issues
sylvain-combe-sonarsource f4e1219
Add fetch of master for sonar scanner comparison
sylvain-combe-sonarsource 1df2a08
change docker image
sylvain-combe-sonarsource 35a8e79
Fix JenkinsFile conflict
ea7bdd4
Align Jenkinsfile on master branch one
sylvain-combe-sonarsource 1c73901
Back to branch and PT analysis parameters
sylvain-combe-sonarsource e920809
Fix git branch and PR code analyzed
sylvain-combe-sonarsource b6eb4cf
need git commands again in docker container
sylvain-combe-sonarsource 3093490
do I need a git command at all
sylvain-combe-sonarsource 57aab0f
align project keys
a252228
resolve conflict on pom.xml
432b746
add quality gate status check
7c4de5d
new attempt with no analysis parameter
03b6fcf
add cache for plugins
544d798
use volume mount for caches
abed2e3
mandatory parameters back
e1e37c1
user home tweaks
c9a4c10
fix args
2f5f359
HOME not existing
b6576cd
root be it
78752e5
root be it 2
f6f69d7
remove git url not found anymore in SCM step
60718d6
Create azure-pipelines.yml
sylvain-combe-sonarsource 2f9ffa2
Update azure-pipelines.yml for Azure Pipelines
sylvain-combe-sonarsource bfb1408
Update App.java
sylvain-combe-sonarsource e0a3df7
Update azure-pipelines.yml
sylvain-combe-sonarsource 35de2e3
Update azure-pipelines.yml
sylvain-combe-sonarsource 7796386
Update App.java
sylvain-combe-sonarsource cac4814
Merge branch 'master' into branch_with_issues
sylvain-combe-sonarsource File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> | ||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> | ||
<output url="file://$MODULE_DIR$/target/classes" /> | ||
<output-test url="file://$MODULE_DIR$/target/test-classes" /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> | ||
<excludeFolder url="file://$MODULE_DIR$/target" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> | ||
</component> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check failure
Code scanning / SonarCloud
SonarQube tokens should not be disclosed High