Queuing a Pipeline

Manage multiple simultaneous pipeline requests with real-time, transparent queueing.

  • Concurrent Handling: Multiple users can submit requests. Each auto-queued for sequential execution.

  • No Lockouts: All executions handled in a prioritized queue — nobody is blocked.

  • Real-Time Visibility: Every queued run shows parameters and status to all team members.

  • Audit Trail: Full record of who submitted each request with reorder and delete controls.

circle-info

💡 Supported pipeline types: Salesforce and SDLC.

chevron-rightTrigger Typeshashtag

🖱️Manual

Start from UI. Hover to view package XML and deployment metadata.

🔗Webhook

Auto-triggered via SCM. One active at a time. Hover for commit details.

🕐Scheduler

Runs at defined intervals. Hover for frequency and next execution time.

chevron-rightQueue and Manage Runshashtag
  1. While a pipeline is running, click Queue Run.

  2. Complete the wizard — select components, date range, unit tests → submit.

  3. Click Queued Request to view all queued runs with priority, user, and trigger time.

  4. Reorder — drag and drop to prioritize. Delete — click the delete icon to remove.

circle-info

ℹ️ Only thepipeline owneror users with theAdministratorRBAC role can reorder queue entries.

chevron-rightFAQshashtag

What happens when I click "Queue Run" while a pipeline is running? Your request is added to a waiting list and runs sequentially without stopping the current pipeline.

Can I reorder queued runs? Yes. Drag and drop runs in the queue. Priority numbers update automatically.

How do I remove a run from the queue? Click the delete icon next to the queued run.

Last updated