8000 GitHub - arminioa/actions-gundeck: Github action for running gundeck
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arminioa/actions-gundeck

 
 

Repository files navigation

actions-gundeck

semantic-release

Action for running a rundeck job using gundeck

usage

on: [push]

jobs:
  gundeck:
    runs-on: [self-hosted,ts-large-x64-docker-large]
    steps:
      - uses: tradeshift/actions-gundeck@v1
        with:
          host: https://my-rundeck.com
          ca-cert: ${{ secrets.MTLS_CACERT }}
          client-cert: ${{ secrets.MTLS_CERT }}
          client-key: ${{ secrets.MTLS_KEY }}
          token: ${{ secrets.RUNDECK_TOKEN }}
          project: my-rundeck-project
          job: my-rundeck-job
          options: |
            -my_rundeck_opt some-option-value
            -my_other_rundeck_opt some-option-value

About

Github action for running gundeck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.2%
  • JavaScript 9.8%
0