InTouch AI vs Jenkins — Comparison Sheet

From Individual to Enterprise — One Platform, Every Scale
What makes InTouch AI unique: InTouch AI ships with 35 built-in tools, an agentic AI assistant that reaches every InTouch capability, 8 outbound alert channels, and 7 native schedule types. Jenkins is designed for CI/CD and requires 1,800+ community plugins for extended functionality. It has no AI capabilities, no alert channels, and no enterprise system integrations.

Overview

InTouch AIJenkins
TypeFull-spectrum workflow automation — individuals to enterpriseOpen-source CI/CD automation server
ArchitectureSingle JAR (JVM/Kotlin/Micronaut)Java server + master-agent architecture
Primary FocusWorkflow scheduling, automation, AI-native, 35 toolsCI/CD pipeline automation
InstallationSeconds — single JARMinutes to hours (WAR + plugins)
LicensingFree Personal; licensed Team, Dept, EnterpriseOpen-source (MIT); CloudBees from $3,500/yr

What Only InTouch AI Does

Feature-by-feature tables are useful, but they bury the actual difference. These are capabilities of the platform itself rather than of any one tool.
InTouch AIJenkins
Determinism is a choice, per workflowRun a workflow fully deterministically with no model in the execution path, fully AI with the assistant reasoning every run, or have the assistant author it once and then run that artifact forever at zero AI cost per run. The same engine does all three.Groovy pipelines or freestyle jobs, deterministic only.
Schema Designer & generated formsDescribe a tool's inputs as a schema and InTouch renders its entire configuration form — including for tools you wrote yourself. No UI code is written per tool, ever.Parameterized builds give a basic form; plugin UIs are hand-written Jelly or Groovy.
IToolConnector pluginsOne interface, one JAR, hot-loaded without restarting the server. Your tool arrives with credential handling, scheduling, retries, audit and alerting already attached.Plugins — a large, mature ecosystem, but a heavier contract and usually a restart.
A vault the AI cannot readCredentials are AES-256 encrypted and referenced by name. The assistant can use a credential to do work without the secret ever entering its context.The Credentials plugin.
Audit trail + execution log the AI can readEvery action attributed and timestamped; every run's inputs, outputs and result code retained — and both are readable by the assistant, so “why did this fail” is a question you can simply ask.Build logs. Auditing requires the Audit Trail plugin.
MCP in both directionsA 271-tool MCP server lets Claude Code and any other MCP client drive InTouch, and InTouch is itself an MCP client. The two amplify each other.None.
Works in any languageThe assistant operates in whatever language you type. A global team runs InTouch in their own languages with no localization project.No assistant.
Capability grants (Enterprise)Grant or revoke individual tools, AI providers, skills — and the assistant itself — per user or per group. Deny-by-default, enforced where a user reaches for the capability: listing tools, adding one to a workflow, running a skill, opening the assistant. (Department governs objects through roles; capability grants are Enterprise.)Matrix authorization over Jenkins objects; no AI-provider or tool grants.
AI provider redundancy (Ent)Gateway routes with failover across providers, plus cheapest, fastest and round-robin selection policies. One provider going down is not an outage.None at the AI layer.
AI cost reporting (Ent)Token spend and estimated cost broken out by provider, model and project, with retention control. You can answer “what is AI costing us, and where”.None.

Workflow Design & Tools

CapabilityInTouch AI (All Editions)Jenkins
Workflow CreationWeb UI (no code) + IML Workflows (workflows-as-code)Jenkinsfile (Groovy) or Freestyle jobs
Tools35 in the free download: SQL (11 databases), SSH, FTP/SFTP, rsync, HTTP, AWS (entire CLI v2), Google Workspace, OS/spawn, messaging, skills and the AI family (Essbase and TM1 bring it to 37 once licensed) — Excel, PDF, Git, LDAP, MongoDB, Cassandra and Docker from the HubVia 1,800+ community plugins (quality varies)
Enterprise SystemsEssbase and TM1 available under licenceNot available
Plugin Ecosystem6 signed IToolConnector JARs bundled, plus 40 curated connectors on the Hub1,800+ community plugins — conflicts, vulnerabilities common
Workflows-as-CodeIML with ordered task chainsJenkinsfile (Groovy — not YAML)

Scheduling & Triggers

CapabilityInTouch AIJenkins
Schedule Types7 native: Day, Week, Weekday, Weekend, Month/Specific, Month/Relative, CustomCron syntax with hash-based balancing
Blackout DatesBuilt-inNot built-in
File TriggersBuilt-in file monitoringFilesystem trigger plugin (limited)
MonitorsBuilt-in watch-and-act primitive (schedule + check + AI or condition arms + actions)Not available
SCM TriggersNot applicableCore feature — Git, GitHub, GitLab webhooks
Alert SystemDedicated alerts, multi-channelNot built-in (plugins)

Messaging & AI

CapabilityInTouch AIJenkins
Messaging Channels8 outbound: Email, SMS, Slack, Discord, Telegram, WhatsApp, Teams, LINEEmail built-in; Slack/Teams via plugins
Agentic AInatural-language control of the whole platformNot available
AI ToolsAnthropic (5 types), OpenAI, Gemini, OllamaNot available
InTouch SkillsInTouch skillsNot available
MCP ServerBuilt-in for Claude CodeNot available

Primary Use Cases

ScenarioInTouch AIJenkins
Workflow SchedulingCore strength — 7 native typesBasic — cron syntax only
Database Operations11 databases built-inNot built-in
AI WorkflowsNative — 8 AI tool typesNot available
Enterprise SystemsEssbase and TM1 (licensed)Not available
CI/CD PipelinesNot primary focusCore strength
Build AutomationNot primary focusCore strength — Maven, Gradle, npm
SCM IntegrationGit tool availableDeep Git/GitHub/GitLab integration

Deployment

CapabilityInTouch AIJenkins
Install TimeSeconds — single JARMinutes to hours (WAR + plugins)
REST API489 endpoints with SwaggerREST/CLI API
DockerSingle containerController + agent containers
Embedded DBDerby (zero-config)File-based XML (no database)
ScalabilitySingle server, verticalMaster + agents, horizontal

Summary: When to Choose What

Choose InTouch AI When You NeedChoose Jenkins When You Need
Workflow automation with 35 built-in tools, no scriptingCI/CD pipeline automation with deep SCM integration
Agentic AI assistant reaching every InTouch capability, with 8 channelsBuild automation (Maven, Gradle, npm, Docker)
7 native schedule types with blackout dates1,800+ community plugins for various integrations
Essbase and TM1 available under licence; MongoDB and Cassandra from the HubMaster-agent distributed builds
AWS tool wrapping entire AWS CLI v2GitHub/GitLab webhook integration
SQL across 11 databases, FTP, SSH built-inJenkinsfile (Groovy) for complex build/deploy
InTouch skills + IML WorkflowsDevOps teams invested in Jenkins ecosystem
Free Personal edition with all toolsCloudBees for enterprise support