Ubuntu – Throwing an Error while triggering the Jenkins build in GitHub Actions
I am doing an GitHub Actions workflow that triggers the build in Jenkins. Below are the files are created that triggers the build. config.json: { "buildConfig": { "jobName": "subbu_project" } } trigger_build.yml in GitHub workflows: name: Trigger Jenkins Build on:…