Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7793119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:23:02+00:00 2026-06-01T22:23:02+00:00

I am using Jenkins CI to run java from execute shell build step :

  • 0

I am using Jenkins CI to run java from execute shell build step :

java -jar -Dadmin.hostname=$hostname -Dschema_name=$schema myapp.jar

I have noticed that although both parameters hostname and schema are defined well and has non empty values on runtime, Jenkins parses it the following way:

java -jar -Dadmin.hostname= -Dschema_name=MYDB myapp.jar

meaning admin.hostname value doesn’t get parsed.

I have tracked the problem and noticed that when i dont use . in the parameter name everything get parsed okay.

I am wondering if this is a limitation of Java command line or a bug in Jenkins perhaps. (I am using RHEL64)

Thanks

EDIT:
I think this is bug with Parametrized build jenkins plugin as using . in other builds works fine.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T22:23:04+00:00Added an answer on June 1, 2026 at 10:23 pm

    Perhaps the problem is that environment variables on UNIX are case sensitive

    $ echo $hostname
    
    $ echo $HOSTNAME
    myhostname
    

    There shouldn’t be any problem using . because may built in properties uses them.

    BTW: Just because a property is set to blank doesn’t mean its not set.

    System.out.println("not.set=" + System.getProperty("not.set"));
    System.out.println("admin.hostname='" + System.getProperty("admin.hostname")+"'");
    

    when run with -Dadmin.hostname= prints

    not.set=null
    admin.hostname=''
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using maven to build my java app, Jenkins for CI and Sonar
When using the Groovy Jenkins plugin (not the Groovy Post Build Plugin, which is
I am trying to setup a build on our Jenkins server to run a
We are using the Play! framework and I've setup our Jenkins CI to run
I have Jenkins installed in Linux and I want to run the build(s) under
I'm using Jenkins and have the Archive the Artifacts step at the end of
It was relatively easy to set up Jenkins to run Java Maven projects. Now
I'm trying to run Junit test from my ant build.xml file. I read here
We are using Jenkins to automate several of our build and test processes. For
I am using Jenkins to run a simple script which displays output on the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.