Soap UI Node Configuration:
To Overcome Jenkins License Not Found issue
Error Log |
Please follow the below steps.
Step(i). Create a new
node Specific to the SoapUI jobs.
1. In Jenkins, go to Manage Jenkins > Manage Nodes > New Node.
2. Specify the name of the node (LocalSSH ) and select the Permanent Agent mode.
Click OK.
3. To run a particular job on this node, specify a unique label for
the node.
4. Remote root directory : Is the path where we can specify for
Jenkins to create a Workspace
5. In the Launch method drop-down list, select Launch slave agents via SSH.
6. Specify IP address of the Jenkins server (10.xx.xx.xxx) as
a Host.
7. Credentials: Please Click on ADD and add the username and
password which used to login to Jenkins and Activate the License.(in
this case sdidla user activated the license)
Please follow the below diagram for convenience
Save and make sure the Node is online by launching the
Step(ii) At JOB level (Jenkins>Name of Job> Configure)
1. Please check the Restrict where this project can be run and in
the Label Expression Please add the earlier mentioned Lable i.e. LocalSSH
1. In the Source Code Management, Please select the appropriate
repo and please add Jenkins credentials(the username & password or the user
with ssh used by Jenkins to fetch data from GIT)
1.
In the Build Step please add the following
We are giving the path for the
testrunner.sh and the path for the Test to be executed.
No comments:
Post a Comment