|
28 | 28 | # The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner System.
|
29 | 29 | api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
|
30 | 30 | sonarCloudToken: ${{ secrets.SONAR_TOKEN }}
|
31 |
| - |
32 |
| -name: DataMiner CICD Connector |
33 |
| - |
34 |
| -# Controls when the workflow will run |
35 |
| -on: |
36 |
| - # Triggers the workflow on push or pull request events but only for the master branch |
37 |
| - push: |
38 |
| - branches: [] |
39 |
| - tags: |
40 |
| - - "[0-9]+.[0-9]+.[0-9]+.[0-9]+" |
41 |
| - - "[0-9]+.[0-9]+.[0-9]+.[0-9]+-**" |
42 |
| - |
43 |
| - # Allows you to run this workflow manually from the Actions tab |
44 |
| - workflow_dispatch: |
45 |
| - |
46 |
| -# A workflow run is made up of one or more jobs that can run sequentially or in parallel |
47 |
| -jobs: |
48 |
| - |
49 |
| - CI: |
50 |
| - uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Connector Master Workflow.yml@main |
51 |
| - with: |
52 |
| - referenceName: ${{ github.ref_name }} |
53 |
| - runNumber: ${{ github.run_number }} |
54 |
| - referenceType: ${{ github.ref_type }} |
55 |
| - repository: ${{ github.repository }} |
56 |
| - owner: ${{ github.repository_owner }} |
57 |
| - sonarCloudProjectName: SkylineCommunications_SLC-C-Example_HTTP |
58 |
| - secrets: |
59 |
| - # The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner System. |
60 |
| - api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }} |
61 |
| - sonarCloudToken: ${{ secrets.SONAR_TOKEN }} |
62 |
| - |
63 |
| - # Optional 0 or More CD Jobs as needed |
| 31 | + |
| 32 | + # Optional 0 or More CD Jobs as needed |
64 | 33 | # CD:
|
65 | 34 | # # if: github.ref_type == 'tag'
|
66 | 35 | # environment: staging
|
|
93 | 62 | # - name: Direct Agent Deployment
|
94 | 63 | # run: dataminer-package-deploy from-artifact --path-to-artifact "${{ steps.findcreatedpackage.outputs.packageName }}" --dm-server-location "${{ secrets.serverLocation }}" --dm-user "${{ secrets.dataminerUser }}" --dm-password "${{ secrets.dataminerPassword }}"
|
95 | 64 |
|
| 65 | + |
| 66 | + # - name: Direct Agent Deployment |
| 67 | + # run: dataminer-package-deploy from-artifact --path-to-artifact "${{ steps.findcreatedpackage.outputs.packageName }}" --dm-server-location "${{ secrets.serverLocation }}" --dm-user "${{ secrets.dataminerUser }}" --dm-password "${{ secrets.dataminerPassword }}" |
| 68 | + |
0 commit comments