jenkinsci / embeddable-build-status-plugin

Embed build status of Jenkins jobs in web pages
https://plugins.jenkins.io/embeddable-build-status/
MIT License
166 stars 259 forks source link

Use Jenkinsfile from plugin archetype #238

Closed MarkEWaite closed 12 months ago

MarkEWaite commented 12 months ago

Use Jenkinsfile from plugin archetype

Use the Jenkinsfile from the plugin archetype in order to reduce differences throughout the Jenkins organization.

The Jenkinsfile from the plugin archetype is extended to run tests in parallel in order to reduce the time and cost of tests.

https://github.com/jenkinsci/archetypes/issues/650 describes the alternatives for Jenkinsfile configurations.

Testing done

No additional tests needed. Pull request will be verified by ci.jenkins.io .

Submitter checklist