Jenkins
  • Introduction
  • 1. Jenkins Basics
    • 1.1 Run Jenkins as-is
    • 1.2 Installation of Jenkins
    • 1.3 Installation of jenkins on Tomcat
  • 2. Jenkins Configurations
    • 2.1 Configure Jenkins Slave
    • 2.2 Configure SonarQube with Jenkins
    • 2.3 Configure SilkCentral with Jenkins
    • 2.4 Configure TestNG with Jenkins
  • 3. How to use Jenkins
    • 3.1 Create jobs
    • 3.2 Run jobs
    • 3.3 Run Single Job Parallely in Multiple slaves
  • 4. Jenkins Integrations
    • 4.1 Analysis with SonarQube using Jenkins
    • 4.2 SCTM Result Analysis with Jenkins
    • 4.3 TestNG Result Analysis with Jenkins
  • 5. Jenkins Advanced
    • 5.1Jenkins Challenges
Powered by GitBook
On this page
  • Configure SCTM with Jenkins
  • Configure Jenkins in order to connect to your SCTM installation

Was this helpful?

  1. 2. Jenkins Configurations

2.3 Configure SilkCentral with Jenkins

Previous2.2 Configure SonarQube with JenkinsNext2.4 Configure TestNG with Jenkins

Last updated 5 years ago

Was this helpful?

Configure SCTM with Jenkins

The first thing that needs to be done is to install the SCTM Executor plugin into Jenkins, to do this:

  1. Open Jenkins in a browser

  2. On the Welcome screen click on the "Manage Jenkins" link

  3. Click on the "Manage Plugins" link

  4. On the Plugin Manager screen click on the "Available" tab

  5. Scroll down to find the "SCTMExecutor" plugin, check the box beside it and click the "Download now and install after restart" button

  1. Once Jenkins has restarted, click on the "Installed" tab and you will see that the SCTMExecutor plugin is now installed. Then check the box beside the SCTMExecutor plugin to enable it

  2. Click on the "Restart Once No Jobs Are Running" button

  1. This completes the installation of the SCTM Executor plugin.

Configure Jenkins in order to connect to your SCTM installation

Perform the below steps to connect to your SCTM installation

  1. On the "Manage Jenkins" screen click on the "Configure System" link.

  1. Scroll down to the "SilkCentral TestManager Configuration" section and enter your SCTM installation details. Click on the "Test Connection" button to ensure you can connect to SCTM.

3. This completes setting up the connection from Jenkins to SCTM.