Skip to content

Commit

Permalink
jenkins-job-builder: add passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Dec 13, 2024
1 parent 5843a13 commit fb3449b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
fetchpatch,
testtools,
pytest-mock,
nixosTests,
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -54,6 +55,8 @@ buildPythonPackage rec {
pytest-mock
];

passthru.tests = { inherit (nixosTests) jenkins; };

meta = {
description = "Jenkins Job Builder is a system for configuring Jenkins jobs using simple YAML files stored in Git";
mainProgram = "jenkins-jobs";
Expand Down

0 comments on commit fb3449b

Please sign in to comment.