Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Build condition ignored #4079

tardis4500 ·

I have a parent configuration named 'Test' with two child configurations, one named 'Yes' and one named 'No'. The parent configuration is disabled, has a 60 second periodic schedule, and a build condition of "If specified script evaluates to true" and the script is: configuration.Name == 'Yes'

The children inherit everything from the parent. Both children are running every 60 seconds when I would only expect the Yes configuration to run. Why is this?

  • solved #2
  • replies 1
  • views 227
  • stars 0
robinshen ADMIN ·

The first build in the configuration will always be generated, and subsequent build generation will respect the build condition.