Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kbooker79 committed Feb 28, 2025
1 parent 50bb907 commit 02c6fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile4AWS
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline {
run_nodes.init().each { node ->
def machine_name = node.split('-')[0].toLowerCase()
echo "Spawning job on node: ${node} with machine name: ${machine_name}"
build job: "/global-workflow/EMC-Global-Pipeline/PR-${env.CHANGE_ID}", parameters: [
build job: "/global-workflow/EPIC-AWS-Global-Workflow-Pipeline-Test/PR-${env.CHANGE_ID}", parameters: [
string(name: 'machine', value: machine_name),
string(name: 'Node', value: node) ],
wait: false
Expand Down

0 comments on commit 02c6fa4

Please sign in to comment.