Skip to content

Commit

Permalink
Add EC2Computer as Node child class (#58)
Browse files Browse the repository at this point in the history
* Add EC2Computer as Node child class

Co-authored-by: Kiryl Shmarlouski <[email protected]>
  • Loading branch information
shmarlovsky and Kiryl Shmarlouski authored Aug 3, 2022
1 parent 94487dc commit aefccd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api4jenkins/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,7 @@ def exists(self):

class DockerComputer(Node):
pass


class EC2Computer(Node):
pass

0 comments on commit aefccd1

Please sign in to comment.