The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

GeneXus Plugin

gxserver: Checks out (or updates) a GeneXus Knowledge Base from a GeneXus Server

GeneXus Server step. It checks out (or updates) a Knowledge Base from a GeneXus Server.
  • serverURL : String
    URL of the GeneXus Server from which to obtain (or update) a local copy of a Knowledge Base (eg: "https://sandbox.genexusserver.com/v16").
  • credentialsId : String

    Credentials to use when authenticating to the GeneXus Server.

    Select the credentials you want to use or click "Add" to enter a new user/password pair.

  • kbName : String
    Name of the Knowledge Base in GeneXus Server from which to obtain (or update) a local copy.
  • changelog : boolean (optional)

    Compute changelog for this job. Default is 'true'.

    If changelog is false, then the changelog will not be computed for this job. If changelog is true or is not set, then the changelog will be computed.

  • gxCustomPath : String (optional)
  • gxInstallationId : String (optional)
    GeneXus installation to use when creating (or updating) a local copy of a Knowledge Base from a GeneXus Server.
  • kbDbCredentialsId : String (optional)

    Credentials to use when to connecting to SQL Server.

    Select "none" for Windows Authentication.

  • kbDbInSameFolder : boolean (optional)

    Create the database files in the same folder as the Knowledge Base when checking out. Default is 'true'.

    If kbDbInSameFolder is true or not set, then the database files will be created in the same folder as the Knowledge Base. If kbDbInSameFolder is false, then the database files will be created in the default folder configured for the SQL Server at kbDbServerInstance (optional).

  • kbDbName : String (optional)

    Name of the SQL Server database used for the local Knowledge Base.

    Leave it blank to use the default database name.

  • kbDbServerInstance : String (optional)
    SQL Server used by GeneXus for the local Knowledge Base.
  • kbVersion : String (optional)

    Name of the Version that will be selected when creating a local copy of the Knowledge Base.

    If you leave it blank the 'Trunk' version will be selected by default.

  • localKbPath : String (optional)

    Path to the local Knowledge Base to use as working copy.

    If you leave it blank the default ${WORKSPACE}\KBname will apply.

  • localKbVersion : String (optional)

    Name of the Version in the local Knowledge Base that is linked to the Version in the server.

    If you leave it blank the 'Trunk' version will be selected by default.

  • msbuildCustomPath : String (optional)
  • poll : boolean (optional)

    Poll GeneXus Server for changes. Default is 'true'.

    If poll is true or is not set, then the GeneXus Server will be polled for changes.


Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.