zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Add force flag to zosbuild #87

Closed dkelosky closed 4 years ago

dkelosky commented 4 years ago

In some cases, we had a failure to build after upload. We weren't able to force-redrive the process , so this PR allows for that.

Signed-off-by: Dan Kelosky dkelosky@gmail.com

dkelosky commented 4 years ago

Build is timing out in CI, will try tomorrow:

ℹ Use 'zowe-api-dev zfs' to allocate your zFS filesystem for development
Making sure that zFS filesystem is ready for development
Listing existing datasets
Error: z/OSMF REST API Error:
http(s) request error event called
Error: connect ETIMEDOUT xxxxxxx:10443
    at Object.zoweSync (~/code/node_modules/@zowedev/zowe-api-dev/lib/zowe.js:50:23)
    at Zfs.run (~/code/node_modules/@zowedev/zowe-api-dev/lib/commands/zfs.js:34:33)
    at Zfs._run (~/code/node_modules/@oclif/command/lib/command.js:44:31)
Initializing profile for sample
dkelosky commented 4 years ago

ill try at a future date

codecov[bot] commented 4 years ago

Codecov Report

Merging #87 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #87   +/-   ##
=========================================
  Coverage     75.81%   75.81%           
  Complexity      305      305           
=========================================
  Files            69       69           
  Lines          1170     1170           
  Branches        119      119           
=========================================
  Hits            887      887           
  Misses          224      224           
  Partials         59       59

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6b4a2d1...b0ff9be. Read the comment docs.