Skip to content

Commit 2bc0183

Browse files
committed
some renaming
1 parent bc11e79 commit 2bc0183

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ci/job.combine.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ jobs:
1818
- task: DownloadPipelineArtifact@0
1919
condition: always()
2020
inputs:
21-
artifactName: JupyterLibrary Linux Robot Logs
21+
artifactName: Robot Logs Linux
2222
targetPath: _artifacts/test_output
2323
- task: DownloadPipelineArtifact@0
2424
condition: always()
2525
inputs:
26-
artifactName: JupyterLibrary MacOSX Robot Logs
26+
artifactName: Robot Logs MacOSX
2727
targetPath: _artifacts/test_output
2828
- task: DownloadPipelineArtifact@0
2929
condition: always()
3030
inputs:
31-
artifactName: JupyterLibrary Windows Robot Logs
31+
artifactName: Robot Logs Windows
3232
targetPath: _artifacts/test_output
3333
- script: python -m scripts.combine
3434
condition: always()
3535
displayName: Rebot
36-
- task: PublishPipelineArtifact@0
36+
- task: PublishBuildArtifacts@1
3737
condition: always()
3838
displayName: Publish Robot Logs
3939
inputs:
40-
targetPath: _artifacts/test_output
41-
artifactName: JupyterLibrary Combined Robot Logs
40+
pathtoPublish: _artifacts/test_output
41+
artifactName: JupyterLibrary Robot Logs

ci/steps.common.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ steps:
3232
condition: always()
3333

3434
- task: PublishPipelineArtifact@0
35-
displayName: Publish Robot Logs
35+
displayName: Publish Robot Output
3636
inputs:
3737
targetPath: _artifacts/test_output
38-
artifactName: JupyterLibrary ${{ parameters.name }} Robot Logs
38+
artifactName: Robot Output ${{ parameters.name }}
3939
condition: always()
4040

4141
- ${{ if eq(parameters.name, 'Linux') }}:
4242
- script: sphinx-build -M html docs _artifacts/docs
4343
displayName: Build Docs
44-
- task: PublishPipelineArtifact@0
44+
- task: PublishBuildArtifacts@1
4545
displayName: Publish Docs
4646
inputs:
47-
targetPath: _artifacts/docs/html
47+
pathtoPublish: _artifacts/docs/html
4848
artifactName: JupyterLibrary Docs
4949
condition: always()

0 commit comments

Comments
 (0)