Re: build VC++

2019-05-13 Thread Rich Stephens
Sudheer, I'll try (and others on this forum) to answer any Jenkins-related questions you may have if you post them here. Rich -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, s

Re: build VC++

2019-05-08 Thread Rich Stephens
It's exactly the same. You use the MSBuild plugin. I am using it to build a C/C++ project (I actually build from the solution file, not the vcxproj file, but it works either way). You just specify the project file (.sln or .vcxproj) in the build configuration, and add any command line arg

Re: build VC++

2019-05-08 Thread Rich Stephens
Sudheer, It's pretty straightforward. On the "Plugin Manager" page, look for "MSBuild Plugin". That one can call MSBuild (part of Visual Studio) to build .proj and .sln files. If you click on the name of the plugin, it takes you to the plugin home page, which has some more information about

Re: Odd environment problem with git under Jenkins on AIX

2019-04-30 Thread Rich Stephens
Mark, I am sincerely sorry if my sense of humor offended. I'm not sure why you thought I was determined to proceed on any particular path. I was willing to try the master/slave route as you suggested, and I asked a further question as to whether I would end up having the same problem on the

Re: Odd environment problem with git under Jenkins on AIX

2019-04-26 Thread Rich Stephens
It was a bit of a joke. I’m sorry if it offended you. It didn’t seem to offend anyone actually involved in the conversation, but thanks for the tip. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop recei

Java error at the end of otherwise normal build causing build failure

2019-04-26 Thread Rich Stephens
I have a fully working build, but for some reason, after my build is actually complete, at the very end, Jenkins throws the following error: FATAL: Argument value 0xfd8 exceeds native capacity (4 bytes) mask=0x java.lang.IllegalArgumentException: Argument value 0x

Re: Odd environment problem with git under Jenkins on AIX

2019-04-26 Thread Rich Stephens
If anyone's still following this, my problem has been solved by simply switching the the "JGit" option for the Git plugin. It's working perfectly. Thanks for all who provided any information they could. -- You received this message because you are subscribed to the Google Groups "Jenkins User

Re: Odd environment problem with git under Jenkins on AIX

2019-04-26 Thread Rich Stephens
OK, Googled "Jenkins multibranch pipeline" and "Jenkinsfile". Still doesn't seem to have any bearing on my issue, but thanks for the input. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: Odd environment problem with git under Jenkins on AIX

2019-04-26 Thread Rich Stephens
Again, no clue what you're talking about. Don't know what a "multibranch pipeline" is, and don't know what a Jenkinsfile is and why I would have it checked into my source code, nor how it applies to this situation at all? -- You received this message because you are subscribed to the Google Gr

Re: Odd environment problem with git under Jenkins on AIX

2019-04-26 Thread Rich Stephens
I fully have no clue what you just said. "You might, but you won't have git commands executed to scan multibranch pipelines, since those are executed on the master." Can you translate this to English? Are you saying git won't run on the slave AT ALL? If not, how will it get the source code t

Re: Odd environment problem with git under Jenkins on AIX

2019-04-26 Thread Rich Stephens
I was thinking exactly the same thing. I'd still have the same environment problem, either way. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkins

Odd environment problem with git under Jenkins on AIX

2019-04-25 Thread Rich Stephens
I have finally gotten Jenkins and the git plugin running (I have managed to upgrade to Java8). git works perfectly from the command line. If I include /opt/freeware/lib into the LIBPATH when starting jenkins, when I try to connect to a remove repository, I get basically this error: OpenSSL ver

Re: Jenkins git plugin using only Java 7.1

2019-04-23 Thread Rich Stephens
No, that’s not what I was implying, unfortunately. I was telling about actually running Jenkins itself using Java 7 and trying to install the git plugin. Rich -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Re: Jenkins git plugin using only Java 7.1

2019-04-23 Thread Rich Stephens
Yes I’m aware that Jenkins moved on to Java 8 long ago, But because of the environment I’m using, I’m restricted to going no higher than Java 7. I was afraid the answer would be what you are saying, but thanks for the information. -- You received this message because you are subscribed to the

Jenkins git plugin using only Java 7.1

2019-04-22 Thread Rich Stephens
I have a machine that it limited to no higher than Java 7.1. (It's an AIX 6.1 machine) I am running Jenkins 1.6.4.9 for this reason. I can get Jenkins running fine, but when I try to install the git plugin, it installs dependencies that require Java 1.8. I cannot find any information on specif