Skip to content

arrakis sync local

arrakis sync local #57

# This is a basic workflow to help you get started with Actions
name: arrakis sync local
# Controls when the workflow will run
on: workflow_dispatch
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
sync:
# The type of runner that the job will run on
runs-on: [self-hosted]
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
Win_Topaz_Location: 'C:\Jalaj\23.4CLI'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Synchronize
# uses: bmc-compuware/ispw-sync-local@main
uses: bmc-compuware/ispw-sync-local@ZENG-331068
id: sync-local
with:
host: 'cw09.bmc.com'
port: 47624
uid: 'pinjxa0'
pass: ${{ secrets.ISPW_USER1_PWD }}
runtimeConfiguration: 'TPTP'
stream: 'PLAY'
application: 'PLAY'
subAppl: 'PLAY'
checkoutLevel: 'DEV1'
gitUid: 'jarora8'
gitToken: ${{ secrets.TOKEN_GITHUB }}
winTopazPath: ${{ env.Win_Topaz_Location }}
gitCommit: '4965695c8baf4b026f79f5fca03efdc0f47a628b'
gitFromHash: '708d3c3e8ee9c237d9469636edb81bc4e2375293'
showEnv: true
gitBranch: 'test'
gitRepoUrl: 'https://bitbucket.zeng.bmc.com/scm/~jarora/rjk2.git'
gitLocalPath: 'C:\Jalaj\TopazISPW\Workspaces\20.12\rjk2\'