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 runQuery

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 ✓ *and

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 > mach

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

2016-10-20 Thread bolleypally vijay kumar
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 added to path and able t

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 o

User created CSS getting overriden

2013-03-18 Thread Vijay Kumar
Hi, I had written my own CSS to update the Jenkins tittle.png Image & the topbar.png. After updating the CSS under Manage Jenkins->Configure System ->URL of theme CSS, I had deleted the original title.png & topbar.png from the Jenkins images location but still the CSS is getting overridden by some

User created CSS getting overriden

2013-03-13 Thread Vijay Kumar
Hi, I had written my own CSS to update the Jenkins tittle.png Image & the topbar.png. After updating the CSS under Manage Jenkins->Configure System ->URL of theme CSS, I had deleted the original title.png & topbar.png from the Jenkins images location but still the CSS is getting overridden by some

Re: username on the Dashboard View

2013-02-17 Thread Vijay Kumar
he specific portlet to display the username, or > - modify the global "jobLink" to include the name of the user who created > the job > > Marco > > > On 14 February 2013 05:38, vijay kumar wrote: > >> Hi, >> >> I would like to display the 'us

username on the Dashboard View

2013-02-13 Thread vijay kumar
Hi, I would like to display the 'username' of the Job as we are using 'Unix user/group database" as "Security Realm". I would like to display the User Name against the Job on the dashboard with the name who has created the Job.I Googled for this about a long time & searched in "Available Plugin