i have a pyhton code in my git git repository how to build that code in jenkins

+1 vote
Oct 13, 2019 in DevOps Tools by Bhaskar
• 130 points
919 views

1 answer to this question.

0 votes

Follow these steps @Bhaskar:

Step 1: Open the Jenkins on your designated port number in your VM.

Hands-On - Continuous Integration Using Jenkins - Continuous Integration - edureka

Step 2: Click on New Item to create a new Job.

Hands-On - Continuous Integration Using Jenkins - Continuous Integration - edureka

Step 3: Give the name of Freestyle Project. Here I have given Job1.

Hands-On - Continuous Integration Using Jenkins - Continuous Integration - edureka

Step 4: Now go to Source Code Management-> Git. Fill the project path to pull the project from Git and Click on Apply. 

Hands-On - Continuous Integration Using Jenkins - Continuous Integration - edureka

Step 5: Click on Build Now.

Hands-On - Continuous Integration Using Jenkins - Continuous Integration - edureka

Step 6: The Job1 will start building it.

Hands-On - Continuous Integration Using Jenkins - Continuous Integration - edureka

answered Oct 14, 2019 by Kalgi
• 52,350 points

Related Questions In DevOps Tools

0 votes
1 answer

How to get the current status of a local repository in Git?

Using 'git status' command in the repository ...READ MORE

answered Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
743 views
0 votes
1 answer

How would you configure Jenkins to build and deploy an application to AWS, Azure, or GCP? Can you share sample code or a Jenkinsfile for deploying with Terraform or CloudFormation?

Set up Jenkins for application building and deployment onto AWS, Azure, or GCP by integrating it with ...READ MORE

answered Nov 14 in DevOps Tools by Gagana
• 6,530 points
69 views
0 votes
1 answer

How do you manage dependencies in Jenkins for language-specific builds, like Node.js, Python, or Java? Can you provide pipeline code that ensures dependencies are installed before each build?

In Jenkins, managing dependencies for language-specific builds, for example, Node.js, Python, Java can easily be done by including installation steps into your pipeline before the ...READ MORE

answered Nov 25 in DevOps Tools by Gagana
67 views
0 votes
3 answers
0 votes
1 answer

How do I manage code that *removes* users in chef?

No, I don't think this will prove ...READ MORE

answered Aug 6, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
668 views
0 votes
0 answers

How do you restructure working directory files in a git repository?

How do you restructure working directory files ...READ MORE

Nov 26, 2019 in DevOps Tools by anonymous
• 19,610 points
639 views
0 votes
1 answer

How do you restructure working directory files in a git repository?

If we have a file called 'myfile.txt' ...READ MORE

answered Nov 26, 2019 in DevOps Tools by anonymous
• 59,230 points
3,465 views
0 votes
2 answers
+1 vote
2 answers

Trying to make a PHP code work in bluemix

example to @Nilesh's explanation: $html = '<html> ...READ MORE

answered Oct 25, 2018 in DevOps Tools by akaash
832 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP