Package Details: jx 3.10.132-1

Git Clone URL: https://aur.archlinux.org/jx.git (read-only, click to copy)
Package Base: jx
Description: Command line tool for working with Jenkins X
Upstream URL: https://github.com/jenkins-x/jx
Keywords: jenkins jenkins-x kubernetes
Licenses: Apache
Submitter: JacobAMason
Maintainer: arth
Last Packager: arth
Votes: 4
Popularity: 0.000000
First Submitted: 2018-06-30 10:23 (UTC)
Last Updated: 2024-01-10 07:30 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

dbirks commented on 2020-04-20 17:26 (UTC)

arth: yes, just updated. Had a issue with the build that I hadn't gotten around to fix yet, but just finished that.

arth commented on 2020-04-20 17:07 (UTC)

Is this still maintained?

xuanwo commented on 2019-11-22 05:22 (UTC)

jx built failed for missing git

CGO_ENABLED=0 GO111MODULE=on go build -ldflags " -X github.com/jenkins-x/jx/pkg/version.Version=2.0.690 -X github.com/jenkins-x/jx/pkg/version.Revision='unknown' -X github.com/jenkins-x/jx/pkg/version.Branch='unknown' -X github.com/jenkins-x/jx/pkg/version.BuildDate='20191121-17:41:21' -X github.com/jenkins-x/jx/pkg/version.GoVersion='1.13.4'" -o build/jx cmd/jx/jx.go
go: k8s.io/client-go@v9.0.0+incompatible: git init --bare in /build/jx/src/gopath/pkg/mod/cache/vcs/0356f5699469277836939e99536df2c0ead2cd50379765640254aa793c49033b: exec: "git": executable file not found in $PATHq

xuanwo commented on 2019-09-06 06:33 (UTC)

jx built failed for version error:

CGO_ENABLED=0 GO111MODULE=on go build -ldflags " -X github.com/jenkins-x/jx/pkg/version.Version=2.0.631 -X github.com/jenkins-x/jx/pkg/version.Revision='unknown' -X github.com/jenkins-x/jx/pkg/version.Branch='unknown' -X github.com/jenkins-x/jx/pkg/version.BuildDate='20190906-14:28:33' -X github.com/jenkins-x/jx/pkg/version.GoVersion='1.13'" -o build/jx cmd/jx/jx.go
go: k8s.io/client-go@v2.0.0-alpha.0.0.20190115164855-701b91367003+incompatible: invalid pseudo-version: preceding tag (v2.0.0-alpha.0) not found
make: *** [Makefile:113: build] Error 1

dbirks commented on 2019-04-10 15:15 (UTC)

@kstaykov It's now maintained :)

The version issue is now fixed.

I've also added command completion for bash and zsh.

kstaykov commented on 2018-12-09 21:12 (UTC)

Is this still maintained?

JacobAMason commented on 2018-07-14 16:11 (UTC)

Once installed, the version will report 1.0.1 due to the way the jenkins-x project is handling the version number. The issue is open here https://github.com/jenkins-x/jx/issues/1207 and once a better strategy is formed, I'll come back and fix the version information.