[jira] [Closed] (BEAM-387) Remove internal file and fix gcsio code path

2016-06-29 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin closed BEAM-387. Resolution: Fixed Fix Version/s: 0.2.0-incubating > Remove internal file and fix gcsio code

[jira] [Commented] (BEAM-386) Dataflow runner to support Read.Bounded in streaming mode.

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15356561#comment-15356561 ] ASF GitHub Bot commented on BEAM-386: - Github user asfgit closed the pull request at:

[GitHub] incubator-beam pull request #550: [BEAM-386] Copy and use UnboundedReadFromB...

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/550 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[2/2] incubator-beam git commit: Closes #550

2016-06-29 Thread dhalperi
Closes #550 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/12b6ff8d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/12b6ff8d Diff:

[1/2] incubator-beam git commit: Copy and use UnboundedReadFromBoundedSource in dataflow runner

2016-06-29 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master e01efbda3 -> 12b6ff8d7 Copy and use UnboundedReadFromBoundedSource in dataflow runner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[jira] [Commented] (BEAM-368) Add getSplitPointsConsumed() to ByteKeyRangeTracker

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15356391#comment-15356391 ] ASF GitHub Bot commented on BEAM-368: - Github user asfgit closed the pull request at:

[GitHub] incubator-beam pull request #557: [BEAM-368] Expose getSplitPointsConsumed()...

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/557 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[2/2] incubator-beam git commit: Closes #557

2016-06-29 Thread dhalperi
Closes #557 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e01efbda Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e01efbda Diff:

[GitHub] incubator-beam pull request #566: Fix expression-not-assigned and unused-var...

2016-06-29 Thread aaltay
GitHub user aaltay opened a pull request: https://github.com/apache/incubator-beam/pull/566 Fix expression-not-assigned and unused-variable lint warnings Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the

[jira] [Commented] (BEAM-393) Add code snippets for custom sources, custom sinks, and side inputs

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15356080#comment-15356080 ] ASF GitHub Bot commented on BEAM-393: - GitHub user chamikaramj opened a pull request:

[GitHub] incubator-beam pull request #565: [BEAM-393] Adds more code snippets for Pyt...

2016-06-29 Thread chamikaramj
GitHub user chamikaramj opened a pull request: https://github.com/apache/incubator-beam/pull/565 [BEAM-393] Adds more code snippets for Python SDK Adds code snippets related to following. (1) Creating and using a new custom source (2) Creating and using a new custom

[GitHub] incubator-beam pull request #564: Fix missing Override Annotations in the Di...

2016-06-29 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/incubator-beam/pull/564 Fix missing Override Annotations in the DirectRunner Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] incubator-beam pull request #563: Make PTransform.apply Abstract

2016-06-29 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/incubator-beam/pull/563 Make PTransform.apply Abstract Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like:

[jira] [Created] (BEAM-393) Add code snippets for custom sources, custom sinks, and side inputs

2016-06-29 Thread Chamikara Jayalath (JIRA)
Chamikara Jayalath created BEAM-393: --- Summary: Add code snippets for custom sources, custom sinks, and side inputs Key: BEAM-393 URL: https://issues.apache.org/jira/browse/BEAM-393 Project: Beam

[jira] [Updated] (BEAM-391) Invalid GCS bucket name causes pipeline to stall

2016-06-29 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Altay updated BEAM-391: - Summary: Invalid GCS bucket name causes pipeline to stall (was: gcsio got stuck with invalid bucket name)

[jira] [Created] (BEAM-392) Update flink dependency to the most recent stable version

2016-06-29 Thread JIRA
Ismaël Mejía created BEAM-392: - Summary: Update flink dependency to the most recent stable version Key: BEAM-392 URL: https://issues.apache.org/jira/browse/BEAM-392 Project: Beam Issue Type:

[jira] [Created] (BEAM-391) gcsio got stuck with invalid bucket name

2016-06-29 Thread Ahmet Altay (JIRA)
Ahmet Altay created BEAM-391: Summary: gcsio got stuck with invalid bucket name Key: BEAM-391 URL: https://issues.apache.org/jira/browse/BEAM-391 Project: Beam Issue Type: Bug

[jira] [Commented] (BEAM-390) Update spark dependency to the most recent stable version

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355851#comment-15355851 ] ASF GitHub Bot commented on BEAM-390: - GitHub user iemejia opened a pull request:

[GitHub] incubator-beam pull request #560: [BEAM-390] Update spark dependency to the ...

2016-06-29 Thread iemejia
GitHub user iemejia opened a pull request: https://github.com/apache/incubator-beam/pull/560 [BEAM-390] Update spark dependency to the most recent stable version Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make

[jira] [Commented] (BEAM-390) Update spark dependency to the most recent stable version

2016-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355849#comment-15355849 ] Ismaël Mejía commented on BEAM-390: --- Ok, I just changed this issue to be only about the spark runner and I

[jira] [Updated] (BEAM-390) Update spark dependency to the most recent stable version

2016-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismaël Mejía updated BEAM-390: -- Description: Spark has released a new minor stable version not included in Beam yet. Some of the issues

[jira] [Updated] (BEAM-390) Update flink dependency to the most recent stable version

2016-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismaël Mejía updated BEAM-390: -- Summary: Update flink dependency to the most recent stable version (was: Upgrade spark and flink runner

[jira] [Updated] (BEAM-390) Update flink dependency to the most recent stable version

2016-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismaël Mejía updated BEAM-390: -- Component/s: (was: runner-flink) > Update flink dependency to the most recent stable version >

[jira] [Commented] (BEAM-387) Remove internal file and fix gcsio code path

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355833#comment-15355833 ] ASF GitHub Bot commented on BEAM-387: - Github user asfgit closed the pull request at:

[GitHub] incubator-beam pull request #558: [BEAM-387] Two small fixes (remove interna...

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/558 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[3/3] incubator-beam git commit: Closes #558

2016-06-29 Thread robertwb
Closes #558 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5434e599 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5434e599 Diff:

[2/3] incubator-beam git commit: Fix gcsio.exists call

2016-06-29 Thread robertwb
Fix gcsio.exists call Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/cead6457 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/cead6457 Diff:

[1/3] incubator-beam git commit: Remove internal test config file

2016-06-29 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 0545eb593 -> 5434e599b Remove internal test config file Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/436724e5 Tree:

[GitHub] incubator-beam pull request #559: [BEAM-389] Provide equals and hashCode in ...

2016-06-29 Thread peihe
GitHub user peihe opened a pull request: https://github.com/apache/incubator-beam/pull/559 [BEAM-389] Provide equals and hashCode in DelegateCoder You can merge this pull request into a Git repository by running: $ git pull https://github.com/peihe/incubator-beam

[jira] [Commented] (BEAM-390) Upgrade spark and flink runner dependencies to their latest versions

2016-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355815#comment-15355815 ] Jean-Baptiste Onofré commented on BEAM-390: --- IMHO, it's better to create different Jira: one for

[jira] [Created] (BEAM-390) Upgrade spark and flink runner dependencies to their latest versions

2016-06-29 Thread JIRA
Ismaël Mejía created BEAM-390: - Summary: Upgrade spark and flink runner dependencies to their latest versions Key: BEAM-390 URL: https://issues.apache.org/jira/browse/BEAM-390 Project: Beam

[jira] [Commented] (BEAM-389) DelegateCoder needs equals and hashCode

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355809#comment-15355809 ] ASF GitHub Bot commented on BEAM-389: - GitHub user peihe opened a pull request:

[jira] [Created] (BEAM-389) DelegateCoder needs equals and hashCode

2016-06-29 Thread Pei He (JIRA)
Pei He created BEAM-389: --- Summary: DelegateCoder needs equals and hashCode Key: BEAM-389 URL: https://issues.apache.org/jira/browse/BEAM-389 Project: Beam Issue Type: Bug Reporter: Pei He

[jira] [Commented] (BEAM-388) Update Beam Incubation Status page on main Apache site

2016-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355796#comment-15355796 ] Jean-Baptiste Onofré commented on BEAM-388: --- Thanks [~dhalp...@google.com] ! I will update the

[jira] [Comment Edited] (BEAM-388) Update Beam Incubation Status page on main Apache site

2016-06-29 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355793#comment-15355793 ] Daniel Halperin edited comment on BEAM-388 at 6/29/16 9:17 PM: --- fyi [~davor]

[jira] [Commented] (BEAM-388) Update Beam Incubation Status page on main Apache site

2016-06-29 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355793#comment-15355793 ] Daniel Halperin commented on BEAM-388: -- fyi [~davorbonaci] > Update Beam Incubation Status page on

[jira] [Created] (BEAM-388) Update Beam Incubation Status page on main Apache site

2016-06-29 Thread Daniel Halperin (JIRA)
Daniel Halperin created BEAM-388: Summary: Update Beam Incubation Status page on main Apache site Key: BEAM-388 URL: https://issues.apache.org/jira/browse/BEAM-388 Project: Beam Issue Type:

[GitHub] incubator-beam pull request #501: Update Checkpoint Documentation

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/501 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[1/2] incubator-beam git commit: Closes #501

2016-06-29 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master 97bcfec1f -> 9d6d622ab Closes #501 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9d6d622a Tree:

[2/2] incubator-beam git commit: Update Checkpoint Documentation

2016-06-29 Thread dhalperi
Update Checkpoint Documentation Checkpoint finalization is best effort. A checkpoint that is committed to durable state is permitted to be reused to start a reader, regardless of if it is finalized. Note that checkpoints which have an affect on their source (via finalize) should generally

[jira] [Commented] (BEAM-387) Remove internal file and fix gcsio code path

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355692#comment-15355692 ] ASF GitHub Bot commented on BEAM-387: - GitHub user silviulica opened a pull request:

[GitHub] incubator-beam pull request #558: [BEAM-387] Two small fixes (remove interna...

2016-06-29 Thread silviulica
GitHub user silviulica opened a pull request: https://github.com/apache/incubator-beam/pull/558 [BEAM-387] Two small fixes (remove internal file and fix gcsio code path) Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [

[jira] [Created] (BEAM-387) Remove internal file and fix gcsio code path

2016-06-29 Thread Silviu Calinoiu (JIRA)
Silviu Calinoiu created BEAM-387: Summary: Remove internal file and fix gcsio code path Key: BEAM-387 URL: https://issues.apache.org/jira/browse/BEAM-387 Project: Beam Issue Type: Bug

Jenkins build is back to stable : beam_PostCommit_MavenVerify » Apache Beam :: Examples :: Java #764

2016-06-29 Thread Apache Jenkins Server
See

Jenkins build is back to stable : beam_PostCommit_MavenVerify » Apache Beam :: Runners :: Spark #764

2016-06-29 Thread Apache Jenkins Server
See

Jenkins build became unstable: beam_PostCommit_MavenVerify #763

2016-06-29 Thread Apache Jenkins Server
See

[jira] [Created] (BEAM-386) Dataflow runner to support Read.Bounded in streaming mode.

2016-06-29 Thread Pei He (JIRA)
Pei He created BEAM-386: --- Summary: Dataflow runner to support Read.Bounded in streaming mode. Key: BEAM-386 URL: https://issues.apache.org/jira/browse/BEAM-386 Project: Beam Issue Type: New Feature

[jira] [Commented] (BEAM-368) Add getSplitPointsConsumed() to ByteKeyRangeTracker

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355540#comment-15355540 ] ASF GitHub Bot commented on BEAM-368: - Github user asfgit closed the pull request at:

[2/2] incubator-beam git commit: Added getSplitPointsConsumed() to ByteKeyRangeTracker

2016-06-29 Thread dhalperi
Added getSplitPointsConsumed() to ByteKeyRangeTracker Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a6c7eac0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a6c7eac0 Diff:

[GitHub] incubator-beam pull request #517: [BEAM-368] Added getSplitPointsConsumed() ...

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/517 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Updated] (BEAM-385) Include Javadoc on Continous Integration

2016-06-29 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci updated BEAM-385: -- Assignee: Daniel Halperin (was: Frances Perry) > Include Javadoc on Continous Integration >

[1/2] incubator-beam git commit: Closes #517

2016-06-29 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master 1759151d5 -> 97bcfec1f Closes #517 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/97bcfec1 Tree:

[GitHub] incubator-beam pull request #541: Add direct runner package-info

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/541 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[1/2] incubator-beam git commit: Closes #541

2016-06-29 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master ee5127599 -> 1759151d5 Closes #541 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1759151d Tree:

[2/2] incubator-beam git commit: Add direct runner package-info

2016-06-29 Thread dhalperi
Add direct runner package-info Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/68872413 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/68872413 Diff:

[GitHub] incubator-beam pull request #551: Add Surefire Max Heap Size argument

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/551 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[2/2] incubator-beam git commit: Closes #551

2016-06-29 Thread dhalperi
Closes #551 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/ee512759 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/ee512759 Diff:

[1/2] incubator-beam git commit: Add Surefire Max Heap Size argument

2016-06-29 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master daafc86f3 -> ee5127599 Add Surefire Max Heap Size argument Remove Travis Maven overrides. Fork in Travis CI. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[GitHub] incubator-beam pull request #556: Disable Java specific Travis tests for pyt...

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/556 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[2/2] incubator-beam git commit: Closes #556

2016-06-29 Thread dhalperi
Closes #556 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/0545eb59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0545eb59 Diff:

[1/2] incubator-beam git commit: Disable Java specific Travis tests for python-sdk branch

2016-06-29 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 887bef19d -> 0545eb593 Disable Java specific Travis tests for python-sdk branch python-sdk branch is exclusively used for Python SDK development. This change disables the Java tests to cut testing time (~2hrs) on Java tests.

[jira] [Updated] (BEAM-385) Include Javadoc on Continous Integration

2016-06-29 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci updated BEAM-385: -- Component/s: project-management > Include Javadoc on Continous Integration >

Jenkins build is back to stable : beam_PostCommit_MavenVerify #760

2016-06-29 Thread Apache Jenkins Server
See

[GitHub] incubator-beam-site pull request #26: Add incubation disclaimer

2016-06-29 Thread wikier
GitHub user wikier opened a pull request: https://github.com/apache/incubator-beam-site/pull/26 Add incubation disclaimer As required by http://incubator.apache.org/guides/branding.html#disclaimers You can merge this pull request into a Git repository by running: $ git pull

[jira] [Updated] (BEAM-385) Include Javadoc on Continous Integration

2016-06-29 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismaël Mejía updated BEAM-385: -- Component/s: (was: beam-model) > Include Javadoc on Continous Integration >

[jira] [Commented] (BEAM-365) TextIO withoutSharding causes Flink to throw IllegalStateException

2016-06-29 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354834#comment-15354834 ] Maximilian Michels commented on BEAM-365: - Thanks for the notice! I'm glad we solved this

Jenkins build became unstable: beam_PostCommit_MavenVerify » Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform #759

2016-06-29 Thread Apache Jenkins Server
See