Skip to content

Commit a17aec8

Browse files
authored
Merge pull request #147 from devopshobbies/dev
fix(jenkins): add None to os
2 parents 92ac807 + fb77323 commit a17aec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/jenkins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class JenkinsInstallation(BaseModel):
77

8-
os: str = 'Ubuntu'
8+
os: str | None = 'Ubuntu'
99

1010
environment:str = 'Linux'
1111

0 commit comments

Comments
 (0)