Skip to content

Commit aa4b6e7

Browse files
committed
Updated links to https. Deleted dead links.
1 parent 6bc9d84 commit aa4b6e7

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

README.md

+11-15
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [_roadmap_](https://trello.com/b/tOQL6crl/pretested-integration-plugin) is a
1313
Current development efforts are also maintained Kanban-style on the Trello board.
1414

1515

16-
The plugin is maintained in the scope of [Joint Open Source Roadmap Alliance (JOSRA)](http://www.josra.org/) by [Praqma](http://www.praqma.net). We happily accept pull request - see section about contributing below.
16+
The plugin is maintained in the scope of [Joint Open Source Roadmap Alliance (JOSRA)](https://www.josra.org/) by [Praqma](httpss://www.praqma.com). We happily accept pull requests - see section about contributing below.
1717

1818
# Introduction
1919
The Jenkins Pretested Integration Plugin offers a branchy approach to pretested integration (also known as pretested commits), which upholds the invariant; that for a specific branch, known as the _integration branch_, all commits have been verified.
@@ -22,28 +22,24 @@ The plugin delivers an API that makes it possible to easily provide pretested in
2222

2323
The plugin is currently shipped with support for only Git.
2424

25-
The plugin is designed to automate the **[CoDE:U Git Flow](http://www.praqma.com/resources/papers/git-flow)**, but is not bound to a specific SCM work flow.
25+
The plugin is designed to automate the **[CoDE:U Git Flow](https://www.praqma.com/stories/git-phlow/)**, but is not bound to a specific SCM work flow.
2626

2727

2828
# References
2929

3030
## Plugin repositories
3131

3232
* [Jenkins CI on Github](https://github.com/jenkinsci/pretested-integration-plugin) (used as final archive for released version)
33-
* [Praqma's on github](https://github.com/Praqma/pretested-integration-plugin) (used to release from and accept pull requests)
33+
* [Praqma's on github](https://github.com/Praqma/pretested-integration-plugin) (used to release from and accept pull requests)
3434
* [Migration guide 2.X -> 3.X](https://wiki.jenkins.io/display/JENKINS/Pretested+Integration+Plugin) (Migration guide from wiki)
3535

3636

3737
## Automated builds
3838

39-
* **Praqma's build server** (used for daily development builds)
40-
* [Pretested integration plugin build view](http://code.praqma.net/ci/view/Open%20Source/view/Pretested%20Integration%20Plugin/)
41-
* [Pretested integration delivery pipeline](http://code.praqma.net/ci/view/Open%20Source%20Pipelines/view/Pretested%20Integration%20Plugin%20-%20build%20pipeline/)
4239
* **Jenkins CI community build** (automated setup for all plugins, not used in our daily workflows)
4340
* [Maven project pretested-integration-plugin]((https://jenkins.ci.cloudbees.com/job/plugins/job/pretested-integration-plugin/)
4441

4542

46-
4743
## Roadmap
4844
Roadmap for future development maintained here:
4945

@@ -57,26 +53,26 @@ The user oriented documentation is found on the Jenkins community plugin wiki pa
5753

5854
Issues are tracked in the Jenkins JIRA issue tracker:
5955

60-
* [Pretested Integration Plugin - open issues filter]( https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+%27pretested-integration-plugin%27)
56+
* [Pretested Integration Plugin - open issues filter](https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+%27pretested-integration-plugin%27)
6157

6258

6359
# The Pretested Integration Plugin workflows
6460

6561
The Jenkins community have an [article about designing pretested commits](https://wiki.jenkins-ci.org/display/JENKINS/Designing+pre-tested+commit). The original work on this plugin was inspired from the [personal branch version of the branchy approach](https://wiki.jenkins-ci.org/display/JENKINS/Designing+pre-tested+commit#Designingpre-testedcommit-%22BranchySCM%22approach).
6662

67-
The plugin is designed to automate the **[CoDe:U Git Flow](http://www.praqma.com/resources/papers/git-flow)**, but is not bound to a specific SCM work flow as long as you uses branches.
63+
The plugin is designed to automate the **[CoDe:U Git Flow](https://www.praqma.com/stories/git-phlow/)**, but is not bound to a specific SCM work flow as long as you uses branches.
6864

6965
The recommended workflow are described in our user documentation on the [Pretested Integration Plugin wiki page](https://wiki.jenkins-ci.org/display/JENKINS/Pretested+Integration+Plugin)
7066

7167
Concepts:
7268

73-
* The **ready branch** the developer branch with changes, that should be integrated. It is called ready, because of our recommended naming conventions in the [CoDe:U Git Flow](http://www.praqma.com/resources/papers/git-flow).
69+
* The **ready branch** the developer branch with changes, that should be integrated. It is called ready, because of our recommended naming conventions in the [CoDe:U Git Flow](https://www.praqma.com/stories/git-phlow/).
7470
* **Ready** branches are specified by configuring the SCM plugin (not the prestested integration plugin) to pic up changes on those specific branches. For the Git plugin, it is the `Branch Specifier`.
7571
* The **integration branch** is the target branch for integration. This is where changes from the ready-branches comes in.
7672

7773
Merge strategies:
7874

79-
**Accumulated** and **Squashed**. These are explained, together with more background information, and a discussion on the different merge strategies in [JOSRA](http://www.josra.org) as a blog post: " [Pretested Integration Plugin](http://www.josra.org/blog/2014/06/23/Pretested%2Bintegration%2Bplugin.html)".
75+
**Accumulated** and **Squashed**. These are explained, together with more background information, and a discussion on the different merge strategies in [JOSRA](https://www.josra.org) as a blog post: " [Pretested Integration Plugin](https://www.josra.org/blog/Pretested+integration+plugin.html)".
8076

8177
# Architecture
8278

@@ -192,12 +188,12 @@ To define a new SCM interface, create a public class which extends "org.jenkinsc
192188

193189
## Acknowledgement
194190

195-
Code contributions were initially made by Computer Science students at University of Copenhagen [DIKU](http://www.diku.dk) as part of a study project.
191+
Code contributions were initially made by Computer Science students at University of Copenhagen [DIKU](https://www.diku.dk) as part of a study project.
196192

197-
* Ronni Elken Lindsgaard
193+
* [Ronni Elken Lindsgaard](https://github.com/rlindsgaard)
198194
* Alexander Winther Uldall
199-
* Esben Skaarup
200-
* Andreas Frisch
195+
* [Esben Skaarup](https://github.com/sben)
196+
* [Andreas Frisch](https://github.com/andreasfrisch)
201197

202198
### Sponsors
203199

0 commit comments

Comments
 (0)