We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5753ba6 commit 07bb1d0Copy full SHA for 07bb1d0
Jenkinsfile
@@ -445,15 +445,15 @@ pipeline
445
{
446
when
447
448
- allOf { branch 'silabs'; equals expected: true, actual: triggerAdapterPackJob }
+ allOf { branch 'silabs-rel'; equals expected: true, actual: triggerAdapterPackJob }
449
}
450
steps
451
452
script
453
454
try {
455
triggerRemoteJob blockBuildUntilComplete: false,
456
- job: 'https://jnkaus016.silabs.com/job/Adapter_Pack_ZAP_64/',
+ job: 'https://jnkaus016.silabs.com/view/v5.rel/job/rel.Adapter_Pack_ZAP_64/',
457
remoteJenkinsName: 'jnkaus016',
458
shouldNotFailBuild: false,
459
useCrumbCache: true,
0 commit comments