Configuring the Pipeline project by using the script from SCM
You can configure the Pipeline project to use the pipeline script from the Source Code Management (SCM), and then run test assets from the Jenkins Pipeline project.
Before you begin
You must have completed the following tasks:
-
Installed the IBM® Rational® Functional Tester - Functional Test on the Jenkins primary server. See Installing the plugin on the Jenkins primary server.
-
Created an Agent in Jenkins. For more information about creating Agents, refer to the Jenkins documentation.
-
Copied the name of the labels that you provided in the Labels field when you created the Agent.
-
Created a pipeline script and committed the script to the Git repository. For more information, refer to the Jenkins documentation.
-
Been granted administrator permission of the Jenkins server to add credentials into Jenkins.
-
Added your GitHub credentials into Jenkins. For more information about adding global credentials, refer to the Jenkins documentation.
-
Created a Jenkins Pipeline project.
About this task
Procedure
- Open your Jenkins Pipeline project from the list.
- Click Configure, and then select the Pipeline tab.
- Select the Pipeline script from SCM option in the Definition field.
- Select the Git option from the drop-down list in the SCM field.
- Enter the URL of the Git repository in the Repository URL field where you stored your pipeline script.
- Select the credentials of the Git repository from the drop-down list.
- Optional: Enter the branch name of the Git repository in the Branch Specifier field.
- Enter the path of the script that you stored in the Git repository in the Script path field.
- Click Save.