-
Notifications
You must be signed in to change notification settings - Fork 558
feat: Capability to provide custom sonarqube property using input variables #5355
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
Open
neha130
wants to merge
6
commits into
main
Choose a base branch
from
sonarqube-updated-version
base: main
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
6 commits
Select commit
Hold shift + click to select a range
b4e5f1d
added extravariable for properties
30217fd
added extravariable for properties
e6e27a9
remove 259_sonaqube_v1_2_0.up.sql
7bec461
260_sonaqube_v1_2_0.down.sql
4f38198
upadte the image and api_Token
aa2d541
260_sonaqube_v1_2_0.down.sql
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 hidden or 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 hidden or 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 hidden or 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,8 @@ | ||
| DELETE FROM plugin_step_variable WHERE plugin_step_id =(SELECT ps.id FROM plugin_metadata p inner JOIN plugin_step ps on ps.plugin_id=p.id WHERE p.name='Sonarqube v1.2.0' and ps."index"=1 and ps.deleted=false); | ||
| DELETE FROM plugin_step WHERE plugin_id = (SELECT id FROM plugin_metadata WHERE name='Sonarqube v1.2.0'); | ||
| DELETE FROM plugin_stage_mapping WHERE plugin_id = (SELECT id FROM plugin_metadata WHERE name='Sonarqube v1.2.0'); | ||
| DELETE from pipeline_stage_step_variable where pipeline_stage_step_id =(select pipeline_stage_id from pipeline_stage_step where name='Sonarqube v1.2.0'); | ||
| DELETE FROM pipeline_stage_step_variable WHERE pipeline_stage_step_id = (SELECT id FROM pipeline_stage_step WHERE name='Sonarqube v1.2.0'); | ||
| DELETE from pipeline_stage_step where name ='Sonarqube v1.2.0'; | ||
| DELETE from plugin_tag_relation where plugin_id = (SELECT id FROM plugin_metadata WHERE name='Sonarqube v1.2.0'); | ||
| DELETE FROM plugin_metadata WHERE name ='Sonarqube v1.2.0'; |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.