CI/CD solution for modern cloud applications on Kubernetes
Questions tagged [jenkins-x]
82 questions
0
votes
1 answer
Jenkins-X CD with JAR file and Version Number
Please I am new to CI/CD generally, I have studied some of the jenkins-x docs, the following is the process we currently use:
1.) I am provided with a JAR URL file download (compiled by a different team entirely) and a respective version…

Adigun Gbenga
- 37
- 1
- 7
0
votes
1 answer
Why jx install runs chrome to get the admin token?
When I run jx install I get those error messages
Attempting to find the Jenkins API Token with the browser in headless mode...using url http://jenkins.jx.35.205.149.20.nip.io/me/configure
unable to automatically find API token with chromedp using…

Riduidel
- 22,052
- 14
- 85
- 185
0
votes
1 answer
Why not running npm test on the docker image generated by skaffold?
This is the default Jenkinsfile generated by jx
container('nodejs') {
sh "npm install" #line 2
sh "CI=true DISPLAY=:99 npm test" #line 3
sh 'export VERSION=$PREVIEW_VERSION && \
skaffold build -f skaffold.yaml' #line 4
sh "jx step…

Pahlevi Fikri Auliya
- 4,157
- 8
- 35
- 71
0
votes
1 answer
Are jenkins X and jenkins offering at google cloud marketplace same?
I have worked with Jenkins X which is Jenkins running in Kubernetes cluster and I am seeing a new feature in the Google Cloud marketplace here, which is offering Jenkins, are these same?

Rajib Mitra
- 340
- 4
- 15
0
votes
1 answer
Issue with jenkins X promotion
I have some basic Jenkins X cluster on Kubernetes on GCP. It works all fine. I can deploy in staging (jx import) and it updates with automated webhooks etc.
But now I want to promote an app to production:
jx promote --env production --version 0.0.3…

DenCowboy
- 13,884
- 38
- 114
- 210
0
votes
1 answer
Update build podTemplate for Jenkins X
If I modify the pod template in UI as suggested in adding-your-own-pod-templates my changes get lost on the node restart (we are running on GKE with preemptive nodes)
Is there another reccomendation how to do that? I tried to update…

Tomáš Poch
- 790
- 6
- 13
-2
votes
1 answer
Jenkins3-X | Terraform Destroy | Error - if EKS not fully created |
Getting an error to destroy the EKS cluster, related issue GitHub
Error: "url" has to use HTTPS scheme (i.e. begin with https://)
on .terraform/modules/eks-jx.cluster.eks/irsa.tf line 14, in resource "aws_iam_openid_connect_provider"…

enkicoma
- 461
- 4
- 25