CI/CD solution for modern cloud applications on Kubernetes
Questions tagged [jenkins-x]
82 questions
1
vote
1 answer
jx boot is failing on steps: failed to run '/bin/sh -c jx step git validate' command in directory 'workspace\source', output: ''
I have an existing Kubernetes cluster running on Azure Kubernetes Service that I am trying to install Jenkins X into using the Jenkins X cli. My Operating System is WIndows 10.
I've cloned and executed the command jx boot within the…

driouxg
- 685
- 10
- 17
1
vote
1 answer
Jenkins on EKS can't connect to external EC2 server as Jenkins worker-node: ERROR `port:50000 is not reachable`
My main task is to create a Jenkins Node from an EC2 instance/server.
Jenkins server it's on EKS deployed via jx
$ jx version
jx 2.0.818
jenkins x platform 2.0.1376
Kubernetes cluster v1.13.12
kubectl v1.17.0
helm client…

enkicoma
- 461
- 4
- 25
1
vote
1 answer
jx fails with BadRequestException 400 Invalid value
While executing jx create cluster gke, I run into the following error.
No bucket name provided for long term storage, creating a new one
The bucket gs://dnpjx2-lts-89ae2b2c-6234-40b6-ac1b-4da9388493b3 does not exist so lets create it
Error creating…

Stefan Papp
- 2,199
- 1
- 28
- 54
1
vote
1 answer
JX Promote returns 404 and exits from the job
Summary
jx installed in GKE(Google Kubernetes engine) and configured bitbucket cloud repository.
When trying to promote the build using jx promote returns
Promoting app sample-spring version 0.0.11 to namespace jx-staging
error: finding existing…

Baskar
- 1,130
- 4
- 14
- 25
1
vote
1 answer
JenkinsX - how to install apps
jx has commands:
get applications Display one or more Applications and their versions
get apps Display one or more installed Apps
I have imported some projects and they are building fine. I can see them when I call jx get…

maszter
- 3,680
- 6
- 37
- 53
1
vote
1 answer
Docker mounting an empty directory
Working in Jenkinsx build container ...
I'm trying to mount a volume while in docker container. The directory get's mounted, however, the files that exist on source ( host ) directory are not present in the container.
In this case, the host is a…

Nerses
- 709
- 2
- 9
- 15
1
vote
1 answer
503 Service Temporarily Unavailable nginx/1.13.9 in jenkins x
I have created kubernetes cluster using minikube and installed Jenkins x on it.
I am not able to access the Jenkins x dashboard.
Error 503 Service Temporarily Unavailable nginx/1.13.9.
note: I have tried with restarting minikube cluster also.

Sarika Jamdade
- 57
- 8
1
vote
1 answer
why do you need to have staging and production on the same K8 instance when using Jenkins x
So im not seeing why you would want jenkins x to install a staging and production on the same K8 server as itself. Does this not mean every team has its own production?
I could understand having jenkins x and staging on one server, and then have…

user1555190
- 2,803
- 8
- 47
- 80
1
vote
2 answers
Jenkins-x cluster set up failed when specifying options like --nodes, master-size and others
if I run jx create cluster aws -> it creates the cluster on aws without any issues but if I won't to specify some options like this:
jx create cluster aws --zones us-east-2b --nodes=2 --node-size=t2.micro --master-size=t2.micro
Then it fails…

Alexz
- 741
- 1
- 8
- 20
0
votes
0 answers
JenkinsX (JX) step promote-helm-release and promote-jx-promote fails
I try to debug and issue in JenkinsX but is very dificult, I would greatly appreciate it if someone could help me.
I have two problem with JenkinsX, in two steps.
promote-helm-release step I have the next error
releasing chart REPO_NAMPE
error:…

MarianoAr
- 1
- 3
0
votes
0 answers
Jenkins-X version 3 command to install helm chart
Can someone help me with the jx command to install an application's helm chart ??
I do know that this can be acheived in jx 2.x versions using
jx step helm
But in jx v3.x, i do see that this command in no longer available.
So, if i were to install…

John Cooper
- 41
- 4
0
votes
0 answers
Jenkins build fails with error: Error creating releases.jenkins.io
In our CICD pipeline, we have a step of installing a helm chart using the command:
jx step helm install
our command:
jx step helm install --version= --name=test-release --namespace= --set-file=
Appropriate values are provided for all the parameters…

John Cooper
- 41
- 4
0
votes
1 answer
How to connect PostgresSQL pod to Ruby on Rails pod in Kubernetes
I have 3 pods in total.
Ruby on Rails APP-1
Ruby on Rails APP-2
PostgreSQL database
APP-1 and the postgreSQL database in the same namespace but different nodes
APP-2 is in its own namespace and is on the same node as APP-1
I have 3 nodes in…

Mango99
- 13
- 3
0
votes
1 answer
Installation of JX3 with Terraform on EKS does not auto populate secrets
I installed JX3 on EKS using terraform using the instructions in their documentation. However none of the secrets are being auto populated. jx admin logs shows the following:
error: failed to find hmac token from secret: could not find lighthouse…

coder
- 151
- 2
- 2
- 12
0
votes
1 answer
Creating a Jenkins X Kubernetes cluster with GKE throws exception: secrets "jenkins" not found
When I try to create a Jenkins X Kubernetes cluster with GKE using this command:
jx create cluster gke --skip-login
The following exeption is thrown at the end of installation:
error creating cluster configuring Jenkins: creating Jenkins API token:…

Mykhailo Skliar
- 1,242
- 1
- 8
- 19