My question is related to this nexus 3 reported issue. Nexus 3 doesn't support npm distags and no fix is announced.
We are working with nexus 2 in production and we publish our npm packages using npm dist-tags via Shippable builds pipeline.
We have…
I have a simple Scala project, build with sbt, tested with JUnit. The project is plugged into Shippable CI and in the CI interface, I can see Tests tab when running a build. Seeing "No test reports exist, skipping test report processing" message and…
I have an Angular/TypeScript application that uses Shippable CI/CD. Everything works great normally but now getting a TS error on Shippable, but not when building locally. (same angular, node, and TS versions both locally and shippable)
The error…
If I use Shippable for CI with PHPUnit, I do not know how to have several test-classes at a time.
If I put all my tests in 1 class, it works fine and I get the reports and the sequence coverage. But if I want to have 2 test-classes, I don´t get the…
I am testing phpunit tests with Shippable CI but I always get 0.00% in Branch Coverage while Sequence Coverage is 100%.
This is my shippable.yml:
language: php
php:
- 5.4
before_script:
- mkdir -p shippable/testresults
- mkdir -p…
I have a Node app that's deployed via Shippable. A few weeks ago my builds started failing without any environmental changes (10/15/19 was last successful build)
I'm deploying to Node v 6.11.5, and it's failing on awsebcli install
The CI/CD pipeline…
I have set up a simple nodejs app, and I want to get it to deploy to Heroku automatically when I push to github.
This is my shippable.yml file:
language: node_js
node_js:
- 0.10.33
build:
ci:
- echo 'CI running'
on_success:
- git…
Briefing
I'm having some issue while setting up a Continuous Deployment environment for an application built using SpringBoot and Angular IO, using Shippable as CI and Elastic Beanstalk as production environment.
The Current Scenario
1) Application…
I am using Shippable for two reasons: to automate the build of my docker images and to pass encrypted environment variables. I am able to automate the builds but I can't pass the variables.
I start with entering the environment variable to the…
I am using simplecov for code coverage. I have no idea what sequence coverage is. I Googled it but I could not find anything, although I did find information about Branch Coverage.
Here is what I see in Shippable CI:
I am currently doing a software engineering module where we learn about CI and TDD. As an assignment we must create a Java project using maven, JUnit, and Shippable. My files include three java classes (Student, Course, and Module classes) and a…
I can't tell exactly where my problem is arising, but as of about a week ago I've been unable to deploy my Node app via Shippable.
I was running an older version of Node when the issue first arose. Since then I've tried to upgrade my Node version to…
We are moving an Angular (Angular, NgRx and Angular Material Starter) based website from CircleCI to Shippable, and I'm now getting these failures:
27 05 2019 14:46:00.036:INFO [karma-server]: Karma v4.0.1 server started at http://0.0.0.0:9876/
27…
I am using Shippable as my CI and my project is based on Go 1.11. All the unit tests are written in BDD style using Ginkgo and Gomega. In my test pipeline, I have something like:
gocov test ./... | gocov-xml > shippable/codecoverage/coverage.xml
go…
Shippable CI UI is showing me the following error:
ERROR: 1 validation error detected: Value '[if [ develop == master ]; then xxx-xx-prod; else xxx-xx-dev; fi]' at 'environmentNames' failed to satisfy constraint: Member must satisfy constraint:…