-
Notifications
You must be signed in to change notification settings - Fork 17
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
Compatibility with scheduled trigger? #8
Comments
Hello, @westshawn, If you still have questions, please feel free to ask me. |
Hi @grundic, My use case is to run the build with the latest version returned by each of several select lists (for multiple web-select parameters). |
@westshawn, |
@grundic, Thanks for your work on this, and best of luck with your move! |
@westshawn, |
Hi @grundic, Do you have any plans in the near future to investigate compatibility with scheduled trigger? |
Hello @westshawn, I have not much time, but I'll try to implement this feature. |
Hi @grundic, |
I would say weeks. |
Whenever build is triggered it's now possible to provide default value setting one of the options `default` parameter to `true`. Multiple options could be set to default, but only first encountered would be used. Disabled options would be skipped.
Hi, I've released a new version of the plugin, so now it should be possible to set
|
Molodetz @grundic ! The default values work well with scheduled trigger as well as with the regular "Run" button. One note that you might consider adding to the documentation is that v1.3 requires TeamCity server to have Java 1.8. Web-parameters v1.2 is compatible with Java 1.7, but v1.3 is not. I noticed on scheduled builds that used a default value, the value is not displayed on the build run parameters page. The value displayed is blank. For build runs that used a default web-parameter value, is it possible to display the actual parameter value used by the build on the build parameters page? Bolshoe spasibo again, this is a great plugin! |
Пожалуйста! :) |
Okay, that makes sense. |
@grundic, A problem we found is that it now uses the default (first in the list) value to override a user selected value as well. For example:
select "B"
Actual Parameters on Agent section:
|
@westshawn, that's strange.. I'll take a look at it soon. |
Fix issue when the value was provided by user.
@westshawn, hey! |
Molodetz @grundic ! Bolshoe spasibo! |
Hi @grundic,
The plugin is fantastic on manual runs!
When I run via scheduled trigger, the web select fields have blank values.
Is it possible to adjust the plugin to support auto-triggered builds?
Or, would that be something JetBrains would need to change in TeamCity?
The text was updated successfully, but these errors were encountered: