Skip to content

Commit

Permalink
fix(jenkins): add None to os
Browse files Browse the repository at this point in the history
  • Loading branch information
abolfazl8131 committed Dec 15, 2024
1 parent 92ac807 commit fb77323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class JenkinsInstallation(BaseModel):

os: str = 'Ubuntu'
os: str | None = 'Ubuntu'

environment:str = 'Linux'

Expand Down

0 comments on commit fb77323

Please sign in to comment.