What is Jenkins build job?
Build
jobs are at the heart of the Jenkins build process. Jenkins build job as a
particular task or step in your build process. This may involve simply
compiling your source code and running your unit tests.
Build
job to do other related tasks such as running your Integration tests, measuring
code coverage or code quality metrics, generating technical documentations and
deploying application.
What
is Build a free-style software project?
This
is the central feature of Jenkins. Jenkins will build your project, combining
an SCM with any system, and this can be even used for something other than
software build.
What
is the function of Monitor an external job?
This
type of job allows you to record the execution of a process run outside Jenkins,
even on a remote machine. This is designed so that you can use Jenkins as a
dashboard of your existing automation system.
How
to manage your testing on multiple environment?
Build
multi-configuration project link is suitable for projects the need a large
number of different configuration, such as testing on multiple environments,
platform-specific build, etc.
Jenkins FAQ
No comments:
Post a Comment