0

I'd like to use "ibmcloud" command on devops tool-chain pipeline.yml

can I use this?

I tryed, but pipeline runned not displaying regions

"ibm cloud regions" command sample run.

pipeline build environment no included ibmcloud commands??


stages: 
    jobs: 
      - name: dev
        type: deployer
        script: |-
            #!/bin/bash                        
            ibmcloud regions

SSaka
  • 47
  • 6
  • 1
    This toolchain uses ibmcloud commands. They are in separate scripts. https://github.com/IBM-Cloud/secure-file-storage/blob/master/.bluemix/pipeline.yml / https://github.com/IBM-Cloud/secure-file-storage/blob/master/scripts/pipeline-DEPLOY.sh – data_henrik Jul 29 '19 at 08:40
  • thanks @data_henrik I try! – SSaka Jul 29 '19 at 08:45

0 Answers0