CI/CD Pipeline

@Siddharth Barahalikar

Hi Sid/Team

I am trying to follow the CI/CD pipeline given by siddharth at:

https://github.com/sidd-harth/apigee-cicd

I am just curious to know how to implement "APICKLI" and CUCUMBER . Do i need to install any plugins or directly to write code in Jenkins. Please elaborate.

Thanks in advance.

Regards

Pratyush

0 2 298
2 REPLIES 2

Well you can directly use the Jenkinsfile, it is referring to a package.json which will install all the required node modules for testing.

@Siddharth Barahalikar

Thank you for your quick reply.

I am implementing a simple project created at my end and trying to implement CI/CD with that. I have not used the all tools which you have used rather planned to use below:

GIT, Jenkins, MAVEN, Apickli, Cucumber and SLACK.

Can you please explain below queries for me:

-- Can i directly run the command : npm install apickli or not , then can you please elaborate on it, like how i can proceed with apickli

-- In your project , from where you have generated report.json, which cucumber is going to use.

Sorry for all questions and thank you so much for your timely inputs and great article.

Basically i am looking for more help on the point number 10 -13 as per your Demo guide 🙂

Regards

Pratyush