List all Jenkins jobs
Trigger a Jenkins build Args: job_name: Name of the job to build parameters: Optional build parameters as a dictionary (e.g. {"param1": "value1"}) Returns: Dictionary containing build information including the build number
Get build status Args: job_name: Name of the job build_number: Build number to check, defaults to latest Returns: Build information dictionary