News

It is possible to test Job DSL scripts outside of Jenkins, e.g. as part of a test-driven development round-trip in an IDE. The Jenkins Test Harness can be used to emulate a Jenkins instance for tests.
$ oc new-project logging-storage $ oc create secret generic minio-creds-secret \ --from-literal=accesskey=admin \ --from-literal=secretkey=adminadmin $ oc create ...
Pytest makes use of the core framework just like instantiating the objects and calling its functions in the test script. Test script file name should either start with `test_` or end with `_test`. The ...