IBM-Cloud / logistics-wizard-toolchain

Toolchain configuration files for the logistics-wizard demo
13 stars 15 forks source link

Toolchain deploy stages fail #44

Closed van-ibm closed 5 years ago

van-ibm commented 5 years ago

Toolchain deploy stages began failing with:

Preparing to start the job...
Preparing the build artifacts...
cf login -a "https://api.ng.bluemix.net" -u "" -p "" -o "" -s "" 
API endpoint: https://api.ng.bluemix.net

Email> 
Password> 
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
Authenticating...
Credentials were rejected, please try again.

Password> 
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
Authenticating...
Credentials were rejected, please try again.

Password> stty: 'standard input': Inappropriate ioctl for device

stty: 'standard input': Inappropriate ioctl for device
Authenticating...
Credentials were rejected, please try again.

API endpoint:   https://api.ng.bluemix.net (API version: 2.106.0)
Not logged in. Use 'cf login' to log in.
FAILED
Unable to authenticate.

Finished: FAILED

Looks to be because the api_key property is missing from the target YAML stanza. This would be a new required property if so.