Skip to content

Commit

Permalink
all in one job
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 committed Dec 3, 2024
1 parent d1b81ba commit c1303cd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .pipelines/.vsts-vhd-builder-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,10 @@ stages:
echo "Created directory: $(Pipeline.Workspace)/downloaded-artifacts"
displayName: "Create directory for downloaded artifacts"
- job: Download_Artifacts
displayName: "Download Artifacts"
pool:
name: $(POOL_NAME)
timeoutInMinutes: 90
displayName: "Download Artifacts and run vulnerability reporting VMs"
steps:
- task: DownloadPipelineArtifact@2
inputs:
Expand All @@ -1292,12 +1295,6 @@ stages:
directory_contents=$(ls -R $(Pipeline.Workspace)/downloaded-artifacts)
echo "$directory_contents"
displayName: "List downloaded artifacts"
- job: Create_Vulnerability_Reporting_VMs
pool:
name: $(POOL_NAME) # Check if this is the correct pool
timeoutInMinutes: 90
displayName: Create Production VMs
steps:
- script: |
set -x
mkdir -p $(Pipeline.Workspace)/consolidated-artifacts
Expand Down

0 comments on commit c1303cd

Please sign in to comment.