1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-04-25 12:24:42 +02:00
sap-jenkins-library/documentation/docs/steps/abapEnvironmentPullGitRepo.md
Daniel Mieg cac595b4bb Use credentialsId in step abapEnvironmentPullGitRepo (#974)
* Add option for credentialsId
* Remove mandatory username and password
* Add null checks
2019-11-12 17:40:59 +01:00

1006 B

${docGenStepName}

${docGenDescription}

Prerequisites

${docGenParameters}

${docGenConfiguration}

${docJenkinsPluginDependencies}

Example

abapEnvironmentPullGitRepo (
    host : '1234-abcd-5678-efgh-ijk.abap.eu10.hana.ondemand.com',
    repositoryName : '/DMO/GIT_REPOSITORY',
    credentialsId : "myCredentialsId",
    script : this
)