Unable to run the ANT deploy task in bitbucket pipeline

XMLWordPrintable

      Below is my pipeline file :

      ON code commit to repo it starts the pipeline and shows success in few seconds but there is no deployment ahppening.

      Credit to amkor for the Docker Image. Replace this with your own Docker Image if you wish to use your own.

      image: amkor/docker-salesforce

      clone:
      depth: 5

      pipelines:
      default:

      • step:
        script:
      • echo "Everything is awesome!" – ant -buildfile build/build.xml deployCode -Dsf.username=$SF_USERNAME -Dsf.password=$SF_PASSWORD -Dsf.serverUrl=$SF_SERVERURL - echo "Deployment Success!"

            Assignee:
            Unassigned
            Reporter:
            Diptiman2017
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: