Skip to content

Commit

Permalink
Merge pull request #147 from devopshobbies/dev
Browse files Browse the repository at this point in the history
fix(jenkins): add None to os
  • Loading branch information
abolfazl8131 authored Dec 15, 2024
2 parents 92ac807 + fb77323 commit a17aec8
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 a17aec8

Please sign in to comment.