Skip to content

Commit

Permalink
Update jenkins-trigger2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel committed Jul 11, 2024
1 parent 4f24263 commit 776c187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-trigger2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
jenkins-job: "ug-build-pipeline" # The name of the jenkins job to run
jenkins-username: ${{ secrets.JENKINS_USER }} # user name for accessing jenkins
jenkins-pat: ${{ secrets.JENKINS_TOKEN }} # personal Access token for accessing Jenkins
poll-time: 10 # how often (seconds) to poll the jenkins server for results
poll-time: 90 # how often (seconds) to poll the jenkins server for results
timeout-value: 3600 # How long (seconds) to poll before timing out the action
verbose: true # true/false - turns on extra logging

0 comments on commit 776c187

Please sign in to comment.