Re: NodeJS Plugin:in windows : npm commends not working

2016-10-20 Thread bolleypally vijay kumar
as invoked when i'm printing npm version ? On Tuesday, 18 October 2016 20:59:44 UTC+5:30, bolleypally vijay kumar wrote: > > 1. I'm trying to print node and npm version in a jenkins jobs in windows > machine > > I dont wan to use Auto install so i gave physical location of node fol

Re: Private message regarding: NodeJS Plugin:in windows : npm commends not working

2016-10-20 Thread bolleypally vijay kumar
the Jenkins list, so that others more > knowledgeable about the NodeJS plugin may be able to help. > > Regards, > Eric > > On 10/20/2016 6:14 AM, bolleypally vijay kumar wrote: > > Hi Eric Pyle, > > Thanks for your help > > as you mentioned i installed Cygwin and ad

Re: NodeJS Plugin:in windows : npm commends not working

2016-10-21 Thread bolleypally vijay kumar
Thanks Eric for all your help the problem solved when i made shell run mode to Windows batch mode *Problem Solved* On Tuesday, 18 October 2016 20:59:44 UTC+5:30, bolleypally vijay kumar wrote: > > 1. I'm trying to print node and npm version in a jenkins jobs in windows > machine &

Unicode Character conversion of CHECK MARK in Jenkins showing ✓

2016-10-21 Thread bolleypally vijay kumar
Hi, Im trying to print CHECK MARK before a test to represent it as PASSED in my windows Jenkins server so i used unicode '\u2713 ' (from http://www.fileformat.info/info/unicode/char/2713/index.htm)in my code when i print in my local machine its was good but in jenkins its showing as ✓

Disallowed literal error when calling runQuery.execute()

2016-12-21 Thread bolleypally vijay kumar
When i am trying to execute below query from google API i got "message" : "Disallowed literal: 'invalid.csv'.", error. Same query is working when i run in console https://console.cloud.google.com Select * from DatastoreTableName where column = 'column value' code used: RunQueryRequest