Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • project - Project name or path
  • projectDescriptor - Project descriptor roject descriptor (The description is a copy of parameter name. Describe how to obtain it, add an example how it looks like. All cases.)
  • server - Server URL (Describe all cases(TWC, PowerBy). In TWC case it is a host:port which is not a URL)server - Server URL
  • username - Username on server
  • password - Password for the provided username
    • By default provided password should be encrypted.  (3DEXPERIENCE projects accept only plain text passwords)
      • To generate an encrypted password, run any command line launcher with a single argument generateServerPassword=yourPassword or generateServerPassword without a password for the interactive prompt.
    • In order to use the password in plain text form argument encryptPassword needs to be provided and set to true.  (Not needed for 3DEXPERIENCE projects)
  • serverType - If launching a project stored in the 3DEXPERIENCE platform, must specify the platform deployment type
    • OnPremise deployment serverType=PLATFORM_ON_PREMISE
    • Cloud deployment serverType=PLATFORM_CLOUD
  • enableSSL - To use SSL
  • encryptPassword - Set to true if the provided password is in plain text (Not needed for 3DEXPERIENCE projects)
  • properties - Path to a properties file containing properties. Multiple properties files can be provided "properties=prop1.properties;prop2.properties"
  • projectPassword - Project password
  • version - Project version
  • branch - Project branch

...