premkumar970

Results 1 comments of premkumar970

I too face issue similar to this. import jenkinsapi #from jenkinsapi.job import * from jenkinsapi.jenkins import Jenkins import os.path data_file = open('test-data.txt', 'r') build_params = {"IMAGE":"test-image","test_URL":"www.test.com/test","AREA_NAME":"test","PARA":"4","TYPE":"custom"} jenkins_url = "https://jenkins-pc.test.cci.test.com" username...