-
Notifications
You must be signed in to change notification settings - Fork 50
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
New field for status propagation of pipeline #338
New field for status propagation of pipeline #338
Conversation
...ain/java/io/jenkins/plugins/bitbucketpushandpullrequest/config/BitBucketPPRPluginConfig.java
Fixed
Show fixed
Hide fixed
src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.java
Fixed
Show fixed
Hide fixed
@@ -287,23 +351,31 @@ | |||
private final SequentialExecutionQueue queue = | |||
new SequentialExecutionQueue(Jenkins.MasterComputer.threadPoolForRemoting); | |||
|
|||
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item context, | |||
@QueryParameter String remote, @QueryParameter String credentialsId) { | |||
public ListBoxModel doFillCredentialsIdItems( |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning
@@ -121,18 +140,24 @@ | |||
return true; | |||
} | |||
|
|||
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item context, | |||
@QueryParameter String remote, @QueryParameter String credentialsId) { | |||
public ListBoxModel doFillCredentialsIdItems( |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning
save(); | ||
} | ||
|
||
public FormValidation doCheckPropagationUrl(@QueryParameter String value) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check Warning
save(); | ||
} | ||
|
||
public FormValidation doCheckPropagationUrl(@QueryParameter String value) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning
New field to specify status propagation url
Testing done
Added tests to check if the baseUrl is set from this new propagation url if it is set