Jx: No activity for Ruby based build packs

Created on 30 Jan 2019  路  5Comments  路  Source: jenkins-x/jx

Summary

Trying to use the existing Ruby (Rails) based quickstart or importing an existing Rails app, does not start any activities. There seems to be no initial build.

Steps to reproduce the behavior

jx create quickstart and choosing _rails-shopping-cart_.

Expected behavior

The application gets imported and the first version built and promoted into staging.

Actual behavior

There seems to be no activity at all (nothing in jx get activity).

$ jx import 
...
Watch pipeline activity via:    jx get activity -f blog -w
Browse the pipeline log via:    jx get build logs hf-bee/blog/master
Open the Jenkins console via    jx console
You can list the pipelines via: jx get pipelines
When the pipeline is complete:  jx get applications

$ jx get activity -f blog -w
STEP                  STARTED AGO DURATION STATUS
hf-bee/blog/master #1

Jx version

The output of jx version is:

jx                 1.3.807
jenkins x platform 0.0.3320
Kubernetes cluster v1.10.11-gke.1
kubectl            v1.10.7
helm client        v2.10.0+g9ad53aa
helm server        v2.12.2+g7d2b0c7
git                git version 2.17.2 (Apple Git-113)
Operating System   Mac OS X 10.14.2 build 18C54

Jenkins type

  • [ ] Classic Jenkins
  • [x] Serverless Jenkins

Kubernetes cluster

GKE

Operating system / Environment

macOS 10.14

arebuildpack kinbug prioritimportant-soon

Most helpful comment

@hferentschik I believe there are issues around the serverless buildpacks & build templates for ruby. It's on my list today to try and get some community PRs merged that fix this.

https://github.com/jenkins-x/jenkins-x-serverless/pull/297
https://github.com/jenkins-x-charts/jx-build-templates/pull/376

All 5 comments

I can actually manually build the app container and Helm charts and install them into a namespace. So there seems to be nothing wrong with the source and generated resources (Dockerfile, Helm chart, etc).

@hferentschik I believe there are issues around the serverless buildpacks & build templates for ruby. It's on my list today to try and get some community PRs merged that fix this.

https://github.com/jenkins-x/jenkins-x-serverless/pull/297
https://github.com/jenkins-x-charts/jx-build-templates/pull/376

/kind bug
/area buildpack
/priority important-soon

I believe there are issues around the serverless buildpacks & build templates for ruby. It's on my list today to try and get some community PRs merged that fix this.

That would be nice. Happy to verify a fixed version. Let me know how else I can help.

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale

Was this page helpful?
0 / 5 - 0 ratings