fabric8-pipeline-library icon indicating copy to clipboard operation
fabric8-pipeline-library copied to clipboard

Fabric8 Pipeline for Jenkins

Results 64 fabric8-pipeline-library issues
Sort by recently updated
recently updated
newest added

for background see this issue: https://github.com/almighty/almighty-core/issues/726 essentially if we can detect planner / workitem-tracker is running (e.g. via a kubernetes Service being present or via a configuration as per this...

Folks want to customise the generated deployment / deployment config yamls, in java this is done with the help of the fabric8-maven-plugin. For non java pipelines we use the shared...

important

the old version is scaled down too quickly before the new version is ready. Not sure why but it seems a regression

important

it'd be awesome to create milestones every time we do a release where there are closed issues which are not associated with a milestone Then we can easily see what...

important

we define the environments for a team in the `fabric8-environments` `ConfigMap` Rather than having lots of different jobs that include Staging and/or Production, it might be just nice to have...

important

**Steps to reproduce** 1. Add `def envStage = utils.environmentNamespace('my-project')` to a Jenkinsfile 2. Run in Jenkins **Expected** We would expect a new namespace of 'my-project' is created. **Actual** 'default-my-project' is...

if we can't find the openshift.yml file lets iterate through the local file system in a multi maven project until we find it https://github.com/fabric8io/fabric8-pipeline-library/blob/master/src/io/fabric8/Fabric8Commands.groovy#L496