Job Engine

Opsera's Job Engine reduces manual setup by establishing a unified model that simplifies interactions between components and services.

No-Code Creation Drag-and-drop CI/CD pipeline builder — no custom scripts needed.

Full Automation Automates repo detection, testing, deployment, and provisioning.

Toolchain Flexibility Integrates with any CI/CD, security, or cloud tool — no vendor lock-in.

Security by Design Automated vulnerability scans and compliance checks built in.

Unified Reporting Visual dashboards for pipeline health, resource utilization, and KPIs.

Self-Service Developers manage infra, configure environments, and deploy independently.

Supported Configurations

Run scripts in a defined order. Four types supported:

  • ✍️Manual Entry: Scripts entered directly into the pipeline tool.

  • 📁Repository Hosted: Scripts stored in a Git repo and referenced by path.

  • 📚Script Library: Commonly used scripts stored in a shared library.

  • 🌐URL Hosted:Scripts hosted at external URLs, referenced inline.

ℹ️ Environment variablespullRequestLink,pullRequestSourceBranch,

Create Pipeline for Job Engine Workflow

chevron-rightStep 1: Create Pipeline Level Parametershashtag

Parameters can be global (from tool registry) or pipeline-specific. Once created, they can be used in Run Jobs and Run Script steps.

🔄 Dynamic Job Control: Modify how jobs run based on input values or runtime conditions.

🔐 Secure Credentials: Handle sensitive data without hardcoding into scripts.

🔀 Multi-Workflow Support: Manage different workflows with varying requirements.

  1. Open the pipeline → click the Parameters tab → click + New Parameter.

  2. Enter a unique Name.

  3. Enable Encrypted toggle if storing a sensitive value. Cannot be changed once set.

  4. Enter the Value and configure Access Control.

  5. Click Create.

chevron-rightStep 2: Create Pipeline Workflowhashtag
  1. Login → navigate to Pipelines → click + Create Pipeline.

  2. Click the Blank Pipeline option.

  3. Add a new step in the pipeline creation.

  4. Click the pencil icon → give the step a name → choose tool as Run Job → click Save.

  5. Under Step Settings, configure the job engine using the supported tabs: Scripts, Variables, Secrets, Plugins, Environment.

chevron-rightStep 3: View Pipeline Logshashtag
  1. After execution, navigate to Pipeline Logs in the Summary tab.

  2. Click the Console Output row to view console log details.

📁 Logs ≤ 750KB

Automatically stored in Pipeline Activity Logs for immediate access and review.

📥 Logs > 750KB

Remain in the artifact service. Download via the Download Activity Log button.

Last updated