draft-packs icon indicating copy to clipboard operation
draft-packs copied to clipboard

Note these build packs are moving to https://github.com/jenkins-x-buildpacks

Results 21 draft-packs issues
Sort by recently updated
recently updated
newest added

This pull request is a request for feedback on how the Jenkinsfile has been restructured for Maven-based draft packs. I recognize that there is a desire to move to prow...

When I look at for example [this Maven `Jenkinsfile`](https://github.com/jenkins-x/draft-packs/blob/055552d9cc173047896a237b4bf6f5be66eaed77/packs/maven/Jenkinsfile), I see way too much Pipeline script. There is no reason for any `stage` to have more than one `sh` step...

enhancement
kubecd-triaged

Copied in a basic helm preview folder, nothing special there (same as gradle draft). Additionally added `jx step git credentials` step to Jenkinsfile to avoid error when running `jx-release-version`

When running a csharp pipeline, I get this error: ``` [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh [preview] Running shell script + make preview make: *** No rule to...

Issue: https://github.com/jenkins-x/draft-packs/issues/59 @jstrachan @rawlingsj let me know what you think about this PR.

Tied to changes in [#1612 jenkins-x/jx](https://github.com/jenkins-x/jx/pull/1612). As part of the above PR, the docker registry organisation can be specified when using the `jx import` command. In order for that to...

These changes are intended to remove the risk for experiencing out of memory kill on containers due to the jvm calculating higher memory limits that what are set on the...

The `liberty` pack doesn't work with the provided [Open Liberty quick start](https://github.com/jenkins-x-quickstarts/open-liberty). The getting started app used for the quick start uses features that aren't in the default `server.xml` provided...

I am looking into Go draft-pack and I can't see it running `go test` anywhere. Am I missing something, or is it supposed to run somewhere else?

I am wondering if these could be {{.ORG}} and {{.APP_NAME}} instead. If they could be parameterised like that then it would be easier to fork a jx-based repo and import...