GET 65% Discount on All Products Coupon code: "bigdisc65"
Which answer best describes continuous delivery?
A software development discipline where software is released continuously as part of an
A software development discipline where software is built so that it can be released to production at any time.
Building in 60 minutes or less.
A software development practice where contributors are integrating their work very frequently
Continuous delivery is an extension of continuous integration. It means that the software CAN be released at any time.
What's the Jenkinsfile?
None of these
It's only used for freestyle projects
It contains the definition for a pipeline
It contains the basic configuration for Jenkins
The Jenkinsfile lives with project source code and portrays the "Pipeline as code" concept.
What's the term for an item produced and retained from a build?
source code
fingerprint
artifact
config
Artifacts are items produced by a build.
How do you setup the GitHub Plugin Git hook from a Project Configuration Perspective?
Set the "Build Periodically" trigger, but you don't have to specify an interval
Set the "GitHub hook trigger for GITScm polling" trigger
Set the "Poll scm" trigger, but you don't have to specify an interval
TESTED 21 Nov 2024