ec-specs

1 minute readAutomation

You can write and run specification and acceptance testing on your CloudBees CD/RO DSL using ec-specs. You can use CloudBees CD/RO ec-specs to test specifications on CloudBees CD/RO releases, pipelines, DSL scripts, etc.

For more information, visit the ec-specs-examples GitHub repository.

Due to potential security issues, CloudBees has migrated the archive for the ec-specs JAR to its own dedicated archive repository.

If you receive a [ERROR] 503 Service Temporarily Unavailable message, you must update the ec-specs-examples Git repository and recompile your tests.

To do so:

  1. Navigate to your ec-specs-examples Git repository.

  2. Run git pull. This updates the repository with the new archive repository path.

  3. Follow the instructions in Compile tests. This rebuilds the test dependencies and pulls in the updated JAR.

The updated JAR is backwards compatible with previous CloudBees CD/RO versions. You can now Run tests again.