Closed santhosh042 closed 4 years ago
The extensions are being checked out using the Project "Piper" step piperLoadGlobalExtensions. The non-anonymous checkout is supported since v37 of the pipeline and documented in the release notes.
So at the place where you configure the extensions in your .pipeline/config.yml
, add the parameter globalExtensionsRepositoryCredentialsId
:
general:
gitCredentialsId: 'qmpspa_user_token' #gitCredentialsIdTechnicalUser
globalExtensionsRepository: 'https://github.wdf.sap.corp/MA/cloud-s4-sdk-pipeline-extensions.git'
globalExtensionsVersion: 'v37'
+ globalExtensionsRepositoryCredentialsId: 'qmpspa_user_token'
stderr: remote: Password authentication is not available for Git operations. 15:51:25 remote: You must use a personal access token or SSH key.
Issue Description (Mandatory)
We are facing this issue while cloning the s4SDk pipeline_lib. we did not make change on our side.
The pipeline is failing in the stage: PUT NAME OF THE STAGE HERE init
Log Output (Mandatory)
https://qmpspa.jaas-gcp.cloud.sap.corp/job/qm-pspa/job/deploy_issue/11/console
Link to Jenkins Job (if it can be shared)
https://qmpspa.jaas-gcp.cloud.sap.corp/job/qm-pspa/job/master/303/console https://qmpspa.jaas-gcp.cloud.sap.corp/blue/organizations/jenkins/qm-pspa/detail/deploy_issue/10/pipeline/
PLEASE PLACE THE LINK HERE
Reproduce the Issue Locally (Mandatory)
In case a maven/npm command or similar failed:
Search for existing solution beforehand (Mandatory)
Please try the GitHub search, it works really well
Project Details (Mandatory)