This is a migrated thread and some comments may be shown as answers.

Add Telerik Build Agent Authentication to Jenkins

1 Answer 33 Views
Integration with other products
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Soujanya
Top achievements
Rank 1
Soujanya asked on 17 May 2017, 01:27 PM

Hi,

We use Telerik for building our projects.Need info about how to add Telerik credentials to Jenkins to automate the builds.Below are our build steps FYI

npm install -g @angular/cli
npm login --registry=https://registry.npm.telerik.com/ --scope=@progress
npm install
npm build

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 22 May 2017, 08:41 AM
Hi Soujanya,

After logging in npm with your Telerik credentials, the ~/.npmrc (on Windows - %HOMEDRIVE%%HOMEPATH%\.npmrc) will be populated with an authentication token that can be copied to build agents. There is more information, specific to npm on their site here:
Downloading modules to CI/deployment servers

Regards,
Tsvetina
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Integration with other products
Asked by
Soujanya
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or