Send an ajax request inside Jenkins build

时间:2016-10-20 13:09:06

标签: curl jenkins ant jenkins-plugins

I am using Jenkins and deploying the ruby applications. I have created a job and added shell script to send an ajax POST using curl command.

curl -k -X POST https://path/action --header "Content-Type:application/x-www-form-urlencoded; charset=UTF-8"

When i execute this job, i am getting the below error message,

curl: /JENKINS_PATH/sap_bobj/enterprise_xi40/linux_x64/libnss3.so: version `NSS_3.12.9' not found (required by /lib64/libldap-2.4.so.2)

Kindly help on this.

0 个答案:

没有答案