February 2019
Intermediate to advanced
264 pages
6h 22m
English
Now that we have configured our plugins to integrate with Jenkins, we now see an example of how the DevOps pipeline functions with each plugin. For this workflow, we use the following automated test script:
package JenkinsDemoPkg;import org.testng.annotations.Test;public class demoJenkins {