You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
i have a binary that i wrote from C that prepares folders on my file system prior to doing a git pull.
i am using a slave and everything works fine, until it attempts to execute this binary. (Which works properly when using a terminal on the slave).
i get a java usage error:
Usage: java [-options] class [args...] blah, blah.
For some reason it thinks this executable is a java file.
Any ideas?
Les Mikesell
unread,
Mar 2, 2015, 4:30:18 PM3/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkinsci-users
Does the console log show the actual command that was executed? Note
that the slave environment may not be the same as your terminal login
- perhaps it is finding a different executable with the same name.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Yeah, I thought that was the case before posting this, so I renamed the executable and got the same result. Odd.
Robert Daniels
unread,
Mar 3, 2015, 7:41:13 AM3/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
renamed it prep_my_build .... might be a java specific issue not recognizing it?
On Monday, March 2, 2015 at 4:30:18 PM UTC-5, LesMikesell wrote:
Les Mikesell
unread,
Mar 3, 2015, 8:31:58 AM3/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkinsci-users
On Tue, Mar 3, 2015 at 6:41 AM, Robert Daniels
<robertda...@gmail.com> wrote:
> renamed it prep_my_build .... might be a java specific issue not recognizing
> it?
>
Are you executing it in a shell script build step? It might help to
post the exact step typa and command and what the console log says.