Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2474 was successful Changes by Bogdan Matasaru <bmatasar@gmail.com>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
11 minutes
Labels
None
Agent
Default Agent
Revision
530a617565492459aa216b5fcd6adcda3a1dc662
Total tests
1358
Successful since
#2446 ()

Tests

Code commits

Author Commit Message Commit date
Bogdan Matasaru <bmatasar@gmail.com> Bogdan Matasaru <bmatasar@gmail.com> 530a617565492459aa216b5fcd6adcda3a1dc662 Fixed behaviour.js
It should iterate over the list of rules instead of the non-iterable Behaviour object.
In several places for..in was used to iterate over the values of an array instead of for..of.