GET 70% Discount on All Products Coupon code: "Board70"
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
None of these
Set the "GitHub hook trigger for GITScm polling" trigger
Set the "Poll scm" trigger, but you don't have to specify an interval
Which Jenkins job status indicates that tests failed ?
Aborted
Success
Unstable
Failure
Not Built
What's the Jenkinsfile?
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 "Infrastructure as Code?"
Infrastructure is defined in source code, like the Jenkinsfile for a pipeline.
There's no hardware
Source code is hosted in your Infrastructure
This is also shown in config management tools, like Puppet and Chef. The Jenkinsfile represents a "pipeline as code" concept, specifically.
TESTED 23 Nov 2024