Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Have you created a build job in Jenkins? Explain how to do it.
Home
Jenkins
Have you created a build job in Jenkins? Explain how to do it.
asked
Apr 29, 2021
in
Jenkins
by
SakshiSharma
(
32.2k
points)
Have you created a build job in Jenkins? Explain how to do it.
#jenkins-jobs
jobs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 29, 2021
by
SakshiSharma
(
32.2k
points)
Yes. The simple steps are –
Click on New Item on the Dashboard.
Select the freestyle project option
Specify the details of the job like SCM, build triggers, advanced options etc…
It is important to specify the location of files that should be built.
Once all the settings are marked, click on ‘Add build step’ and select the appropriate option. For example, if you want to build a file, select the file name along with the build command.
Click on Build now for saving the build and doing a test run.
Related questions
0
votes
Q: Can you start Jenkins using command line? How?
asked
Apr 29, 2021
in
Jenkins
by
SakshiSharma
(
32.2k
points)
#jenkins-jobs
jenkins-command
0
votes
Q: It can be possible that a Job has 0 Reducers?
asked
Jun 21
in
HDFS
by
sharadyadav1986
(
31.6k
points)
reducers
jobs
hdfs
0
votes
Q: _________________ is used for nesting of sub steps in a job.
asked
Jan 25, 2021
in
Robotic Process Automation
by
SakshiSharma
(
32.2k
points)
#sub-steps
jobs
rpa
0
votes
Q: angular 4 job support india
asked
Sep 18, 2019
in
Angular
by
john ganales
(
13.9k
points)
angular
jobs
0
votes
Q: What syntax does Jenkins use to schedule build job or SVN polling?
asked
Apr 29, 2021
in
Jenkins
by
SakshiSharma
(
32.2k
points)
#jenkins-syntax
build-job
svn-polling
0
votes
Q: How Jenkins knows when to execute a Scheduled job/pipeline and how it is triggered?
asked
Nov 16, 2022
in
Jenkins
by
Robin
(
14.5k
points)
jenkins
executable-jobs
+1
vote
Q: Do you know the programming language that is used to build Jenkins?
asked
May 13, 2020
in
Jenkins
by
Robindeniel
(
20.8k
points)
#jenkins-programming-language
#programming-language-jenkins
0
votes
Q: What You Do To Make Sure That Your Project Build Doesn’t Break In Jenkins?
asked
Oct 21, 2019
in
Jenkins
by
rajeshsharma
(
23.9k
points)
project-build
jenkins-project-build
...