FileMood

Download [ FreeCourseWeb.com ] Getting Started with Jenkins (2023)

FreeCourseWeb com Getting Started with Jenkins 2023

Name

[ FreeCourseWeb.com ] Getting Started with Jenkins (2023)

 DOWNLOAD Copy Link

Total Size

420.2 MB

Total Files

123

Last Seen

2024-11-04 23:46

Hash

AA3D13272CB16665BE5BBA4676DCD1B05B1C5075

/

Get Bonus Downloads Here.url

0.2 KB

/.../03. Freestyle Jobs/

01. Creating and Configuring a Simple Freestyle Project.mp4

10.3 MB

01. Creating and Configuring a Simple Freestyle Project.vtt

5.3 KB

02. Running a Job with Build Now.mp4

3.2 MB

02. Running a Job with Build Now.vtt

2.4 KB

03. Anatomy of the Job.mp4

4.7 MB

03. Anatomy of the Job.vtt

4.0 KB

04. Using the Maven Wrapper Manually.mp4

7.1 MB

04. Using the Maven Wrapper Manually.vtt

3.9 KB

05. Compiling with Java 17 Outside of Jenkins First.mp4

12.6 MB

05. Compiling with Java 17 Outside of Jenkins First.vtt

4.0 KB

06. Restarting and Manually Updating Jenkins.mp4

4.3 MB

06. Restarting and Manually Updating Jenkins.vtt

3.6 KB

07. Auto Upgrade Jenkins and Plugins.mp4

4.0 MB

07. Auto Upgrade Jenkins and Plugins.vtt

3.0 KB

08. Pointing Jenkins at a GitHub Repo.mp4

4.4 MB

08. Pointing Jenkins at a GitHub Repo.vtt

3.0 KB

09. Jobs, Builds, and Workspaces Are Stored in JENKINS_HOME.mp4

4.8 MB

09. Jobs, Builds, and Workspaces Are Stored in JENKINS_HOME.vtt

4.2 KB

10. Observing the Workspace Folder during Git Checkout.mp4

4.9 MB

10. Observing the Workspace Folder during Git Checkout.vtt

3.2 KB

11. Using a Shell Script Build Step to Call mvn compile.mp4

6.5 MB

11. Using a Shell Script Build Step to Call mvn compile.vtt

3.4 KB

12. Adding a Post-build Step to Capture Test Reports.mp4

8.2 MB

12. Adding a Post-build Step to Capture Test Reports.vtt

4.4 KB

13. Test Result Trend [Widget] on Project Overview.mp4

4.1 MB

13. Test Result Trend [Widget] on Project Overview.vtt

2.5 KB

14. Producing Artifacts with mvn package.mp4

4.5 MB

14. Producing Artifacts with mvn package.vtt

2.2 KB

15. Post-build Step to Archive Artifacts for Each Build.mp4

9.7 MB

15. Post-build Step to Archive Artifacts for Each Build.vtt

5.5 KB

16. Post-build Step to Capture Code Coverage via JaCoCo Plugin.mp4

9.3 MB

16. Post-build Step to Capture Code Coverage via JaCoCo Plugin.vtt

5.5 KB

/.../04. Pipelines - Jobs Configured with Code/

01. Perils of the [Toilet Paper] Form.mp4

11.8 MB

01. Perils of the [Toilet Paper] Form.vtt

4.1 KB

02. A First Pipeline and lastBuild Permalink to Console Output.mp4

4.5 MB

02. A First Pipeline and lastBuild Permalink to Console Output.vtt

3.8 KB

03. Checkout a Repo with a Git Step Inside a Node Block.mp4

6.4 MB

03. Checkout a Repo with a Git Step Inside a Node Block.vtt

4.0 KB

04. Stages Organize the Pipeline.mp4

6.2 MB

04. Stages Organize the Pipeline.vtt

3.9 KB

05. Build Stage - Shelling out to the Maven Wrapper.mp4

6.7 MB

05. Build Stage - Shelling out to the Maven Wrapper.vtt

4.1 KB

06. Pipeline Syntax Snippet Generator to Archive Artifacts.mp4

9.8 MB

06. Pipeline Syntax Snippet Generator to Archive Artifacts.vtt

5.9 KB

07. Capture Stage - JaCoCo Coverage and JUnit Results.mp4

5.3 MB

07. Capture Stage - JaCoCo Coverage and JUnit Results.vtt

2.6 KB

08. Config Jenkins to Send Emails to a Test SMTP Server.mp4

7.3 MB

08. Config Jenkins to Send Emails to a Test SMTP Server.vtt

5.0 KB

09. Build Summary Email with Global Variables.mp4

8.9 MB

09. Build Summary Email with Global Variables.vtt

5.0 KB

10. Adding Parallel Branches to a Pipeline.mp4

9.5 MB

10. Adding Parallel Branches to a Pipeline.vtt

6.3 KB

11. Using the Jenkins CLI to Install the Pipeline Graph View Plugin.mp4

11.2 MB

11. Using the Jenkins CLI to Install the Pipeline Graph View Plugin.vtt

7.3 KB

12. Pipeline OverviewConsole Shows Parallel Branches!.mp4

6.8 MB

12. Pipeline OverviewConsole Shows Parallel Branches!.vtt

4.8 KB

13. Simplify Pipeline Dev. with Rebuild on Pipeline Overview.mp4

5.0 MB

13. Simplify Pipeline Dev. with Rebuild on Pipeline Overview.vtt

3.8 KB

14. Fail Fast in Parallel Branches.mp4

7.2 MB

14. Fail Fast in Parallel Branches.vtt

5.1 KB

15. Triggering Builds on a Schedule with Cron Expressions.mp4

6.0 MB

15. Triggering Builds on a Schedule with Cron Expressions.vtt

4.7 KB

16. Triggering Builds on Git Commit with Poll SCM.mp4

10.2 MB

16. Triggering Builds on Git Commit with Poll SCM.vtt

6.6 KB

17. Using the Changes Tab to Investigate Build Failures.mp4

5.5 MB

17. Using the Changes Tab to Investigate Build Failures.vtt

4.0 KB

/.../05. Versioning a Jenkinsfile with Git/

01. Jenkinsfile as a Marker File to Automate Job Creation.mp4

9.5 MB

01. Jenkinsfile as a Marker File to Automate Job Creation.vtt

2.3 KB

02. Scripted Pipeline vs. Freestyle Job.mp4

4.8 MB

02. Scripted Pipeline vs. Freestyle Job.vtt

2.8 KB

03. Duplicating Jobs with the Jenkins CLI copy-job Command.mp4

3.1 MB

03. Duplicating Jobs with the Jenkins CLI copy-job Command.vtt

2.5 KB

04. Convert Your Scripted Pipeline to Declarative.mp4

10.2 MB

04. Convert Your Scripted Pipeline to Declarative.vtt

6.2 KB

05. Post Actions in Declarative Pipelines to Always Send Emails.mp4

7.3 MB

05. Post Actions in Declarative Pipelines to Always Send Emails.vtt

4.8 KB

06. Loading a Pipeline Script from SCM.mp4

6.9 MB

06. Loading a Pipeline Script from SCM.vtt

4.2 KB

07. Checking in the Jenkinsfile.mp4

3.2 MB

07. Checking in the Jenkinsfile.vtt

2.3 KB

08. The Implicit Checkout Stage in Declarative Pipelines.mp4

7.4 MB

08. The Implicit Checkout Stage in Declarative Pipelines.vtt

5.2 KB

09. Adding a Multibranch Pipeline Project.mp4

9.4 MB

09. Adding a Multibranch Pipeline Project.vtt

5.6 KB

10. Docker Agent Directives to Run Any Tool You Need.mp4

9.3 MB

10. Docker Agent Directives to Run Any Tool You Need.vtt

5.7 KB

11. Scanning a GitHub Org for Repos and Branches with a Jenkinsfile.mp4

14.4 MB

11. Scanning a GitHub Org for Repos and Branches with a Jenkinsfile.vtt

8.7 KB

12. Reviewing Org Scan Results.mp4

7.0 MB

12. Reviewing Org Scan Results.vtt

4.0 KB

13. Cleanup - Disable Unused Projects.mp4

3.0 MB

13. Cleanup - Disable Unused Projects.vtt

2.0 KB

14. Disk Usage - JENKINS_HOME.mp4

8.0 MB

14. Disk Usage - JENKINS_HOME.vtt

5.7 KB

15. ControllerAgent Architecture.mp4

8.9 MB

15. ControllerAgent Architecture.vtt

3.7 KB

16. Formerly MasterSlave.mp4

4.7 MB

16. Formerly MasterSlave.vtt

1.1 KB

17. What Next.mp4

10.2 MB

17. What Next.vtt

2.7 KB

/1. Course Overview/

1. Course Overview.mp4

2.6 MB

1. Course Overview.vtt

1.4 KB

/.../2. Installing and Running Jenkins/

1. Using Docker to Run Jenkins.mp4

7.6 MB

1. Using Docker to Run Jenkins.vtt

3.6 KB

2. Understanding Jenkins in a Docker compose.yaml File.mp4

6.8 MB

2. Understanding Jenkins in a Docker compose.yaml File.vtt

4.0 KB

3. Jenkins Requires Java 11 or 17.mp4

6.7 MB

3. Jenkins Requires Java 11 or 17.vtt

2.7 KB

4. Running Jenkins with java -jar jenkins.war.mp4

2.6 MB

4. Running Jenkins with java -jar jenkins.war.vtt

1.6 KB

5. Unlock Jenkins with the Initial Admin Password.mp4

8.4 MB

5. Unlock Jenkins with the Initial Admin Password.vtt

4.7 KB

6. Setting the Jenkins Root URL for Link Generation.mp4

4.1 MB

6. Setting the Jenkins Root URL for Link Generation.vtt

4.5 KB

7. Installing and Using the Dark Theme Plugin.mp4

9.5 MB

7. Installing and Using the Dark Theme Plugin.vtt

5.3 KB

8. Authentication - Adding Users to the Built-in User Database.mp4

4.0 MB

8. Authentication - Adding Users to the Built-in User Database.vtt

2.6 KB

9. Granular Permissions with Matrix-based Security.mp4

9.2 MB

9. Granular Permissions with Matrix-based Security.vtt

6.6 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

playlist.m3u

5.0 KB

 

Total files 123


Copyright © 2024 FileMood.com