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: #1028 was successful Changes by Florian Schmaus

Stages & jobs

  1. Build Stage

Build result summary

Details

Completed
Queue duration
1 second
Duration
9 minutes
Labels
None
Agent
bamboo-agent-iowa.igniterealtime.org 3
Revision
6fe95f4ddd711b187114fe87669ff6109e05b672
Total tests
828
Successful since
#1027 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus Florian Schmaus 6fe95f4ddd711b187114fe87669ff6109e05b672 [openpgp] Fix usage of junit annotations in SecretKeyBackupHelperTestc
The unit test used the JUnit 4 annotations @BeforeClass and
@AfterClass when it should use the JUnit 5 variants @BeforeAll and
@AfterAll.