Complete the code to define the section for build steps in a Jenkins job configuration.
<builders>[1]</builders>The
Complete the code to specify the triggers section in a Jenkins job configuration.
<triggers>[1]</triggers>The
Fix the error in the post-build actions section by completing the missing tag.
<publishers>[1]</publishers>The
Fill both blanks to complete the environment variables section in Jenkins job configuration.
<properties>[1][2]</properties>
The
Fill all three blanks to complete the Jenkins job configuration snippet for SCM, triggers, and builders sections.
<scm class="[1]">[2]</scm> <triggers>[3]</triggers> <builders> <hudson.tasks.Shell> <command>echo Hello</command> </hudson.tasks.Shell> </builders>
The SCM class for Git is