You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(spyOnLog).toHaveBeenNthCalledWith(1,'Requesting CICD for https://jenkins.net/job/job01/job/MultiBranch/job/master/3/api/json?tree=builds[id,timestamp,fullDisplayName,result,url,actions[lastBuiltRevision[branch[*]]]] page=-1 from Jenkins');
3288
3288
expect(spyOnLog).toHaveBeenNthCalledWith(2,'Jenkins API - (200)https://jenkins.net/job/job01/job/MultiBranch/job/master/3/api/json?tree=builds[id,timestamp,fullDisplayName,result,url,actions[lastBuiltRevision[branch[*]]]]');
3289
-
expect(spyOnLog).toHaveBeenNthCalledWith(3,'Jenkins API Error - (200)API Result error. : Unexpected token \'N\', "Not JSON format" is not valid JSON');
3289
+
expect(spyOnLog).toHaveBeenNthCalledWith(3,'Jenkins API Error - (200)API Result error. : Unexpected token \'N\', "Not JSON format" is not valid JSON');
0 commit comments