-
Notifications
You must be signed in to change notification settings - Fork 0
47 lines (42 loc) · 1.64 KB
/
arrakis-sync-local.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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: '2d9fa7e9f9f2e809938cf22d7ae6573f313b4980'
gitFromHash: '7a4f1dac92cc8c1a75942cae1008f1acc08632f0'
showEnv: true
gitBranch: 'master'
gitRepoUrl: 'https://github.com/bmc-compuware-test/GithubActions-Jalaj.git'
gitLocalPath: 'C:\actions-runner\_work\GithubActions-Jalaj\GithubActions-Jalaj\'