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: #1422 was successful Changes by Dave Cridland <dave.cridland@surevine.com>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 minutes
Labels
None
Agent
Default Agent
Revision
c44f29a66604ed0676e13ce8b5dd9947e9e3eb0e
Total tests
218
Successful since
#1363 ()

Tests

Code commits

Author Commit Message Commit date
Dave Cridland <dave.cridland@surevine.com> Dave Cridland <dave.cridland@surevine.com> c44f29a66604ed0676e13ce8b5dd9947e9e3eb0e SCRAM should just be used when supported
The logic here was wrong, but trying to handle SCRAM when we
could read the password, or there was native support. However,
the existing SCRAM code doesn't perform any fallback - instead
that's left to the AuthProviders themselves to implement.

So the new logic just assumes that an AuthProvider which can
provide that fallback will advertise it. If we later make this
support generic, it can go into the AuthFactory level.