Versions Compared

Key

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

This operation provides an easy way to get artifacts from a completed Jenkins build and store them in the FlexDeploy Artifact Repository to use in a FlexDeploy workflow. This operation is the same as the retrieveArtifacts operation, but it uses CI server integration for the Jenkins account information.

CI Server Account Properties

Property Name

Property Code

Required

Description

Jenkins Username

Code Block
FDJENKINS_USERNAME

Yes

The user to connect to Jenkins as.

Jenkins Password

Code Block
FDJENKINS_PASSWORD

Yes

The password for the Jenkins User.

Jenkins URL

Code Block
FDJENKINS_URL

Yes

The URL of the Jenkins Server (e.g. http://JenkinsServer:8080)

Project Properties

Property Name

Property Code

Required

Description

Job Name

Code Block
FDJENKINS_JOB_NAME

Yes

The name of the Jenkins job to build.

Inputs

Input Name

Input Code

Required

Description

Jenkins Account

Code Block
FDJENKINS_INP_CI_SERVER_ACCT_CODE

Yes

Jenkins account with all of the required properties: Jenkins URL, username, and password. Configure this under Topology - Integrations - CI Server.

Build Number

Code Block
FDJENKINS_INP_BUILD_NUMBER

No

Desired build number of Jenkins job. Leave blank to get the last successful build.

Artifacts

This operation produces artifacts that will be stored in the artifacts repository.

...

This operation will select all available endpoints associated to the environment/instanceTarget.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

It may be useful to create an Integer workflow input for Build Number, and pass the current Build Number from the Jenkins plugin in the inputs section. For more information, see the the Getting Started with the Jenkins Plugin page page.