Skip to content

Commit fb77323

Browse files
committed
fix(jenkins): add None to os
1 parent 92ac807 commit fb77323

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)