Open-source automation server for CI/CD. Supports declarative pipelines, Git integration, and an extensive ecosystem of plugins.
Version:
2.451.2
back to Marketplace
https://<IP-CON-GUIONES>.sslip.io/
Example: if your VM has the IP address 200.25.101.125:
https://200-25-101-125.sslip.io/
# View the Jenkins pod
`kubectl get pods -A | grep jenkins`
# View the installation log
`tail -f /var/log/cuemby/bootstrap.log`
Expected output:
NAME READY STATUS RESTARTS
jenkins-xxxxxxxxx-xxxxx 1/1 Running 0 ← Running ✓
ℹ️ Jenkins may take ~3–5 minutes to become available after the pod is in Running, as it loads plugins on initial startup.
Example of a basic Jenkinsfile:
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building...'
}
}
stage('Test') {
steps {
echo 'Testing...'
}
}
stage('Deploy') {
steps {
echo 'Deploying...'
}
}
}
}
💡 Tip: To connect external agents to the Jenkins controller, use port 30500 with the JNLP protocol. Configure the agent from Manage Jenkins → Nodes → New Node.

IaaS
Cuemby Cloud is enterprise-grade cloud infrastructure managed from a single console, built for stronger security, predictable operations, and easy scaling across regions.
Datacenters regions available in Colombia, Ecuador, and Chile
Backed by Tier III / Tier IV data center locations
Zero Network Ingress and Egress Fees
24/7 local expert support