mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -Dpackage="My-package" -DarchetypeGroupId="io.jenkins.archetypes" -DarchetypeArtifactId="scripted-pipeline" -DarchetypeVersion="1.11" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.jenkins.archetypes |
ArtifactId | ArtifactIdscripted-pipeline |
Version | Version1.11 |
Type | Typemaven-archetype |
Description |
DescriptionScripted Jenkins Pipeline
Uses the Jenkins Pipeline Unit mock library to test the logic inside a Pipeline script.
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.jenkins.archetypes -DarchetypeArtifactId=scripted-pipeline -DarchetypeVersion=1.11 -DinteractiveMode=false