Update Jenkins and Travis to remove incubation references
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5ba42cb2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5ba42cb2 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/5ba42cb2 Branch: refs/heads/master Commit: 5ba42cb251f3aef323d69a1ea42f0f1417893c5e Parents: 3b304fc Author: Davor Bonaci <[email protected]> Authored: Tue Dec 27 13:47:55 2016 -0800 Committer: Davor Bonaci <[email protected]> Committed: Tue Dec 27 13:47:55 2016 -0800 ---------------------------------------------------------------------- .jenkins/common_job_properties.groovy | 6 +++--- .jenkins/job_beam_Release_NightlySnapshot.groovy | 2 +- .jenkins/job_seed.groovy | 2 +- .travis/README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/5ba42cb2/.jenkins/common_job_properties.groovy ---------------------------------------------------------------------- diff --git a/.jenkins/common_job_properties.groovy b/.jenkins/common_job_properties.groovy index e1688ec..2798af0 100644 --- a/.jenkins/common_job_properties.groovy +++ b/.jenkins/common_job_properties.groovy @@ -27,7 +27,7 @@ class common_job_properties { // GitHub project. context.properties { - githubProjectUrl('https://github.com/apache/incubator-beam/') + githubProjectUrl('https://github.com/apache/beam/') } // Set JDK version. @@ -46,7 +46,7 @@ class common_job_properties { context.scm { git { remote { - url('https://github.com/apache/incubator-beam.git') + url('https://github.com/apache/beam.git') refspec('+refs/heads/*:refs/remotes/origin/* ' + '+refs/pull/*:refs/remotes/origin/pr/*') } @@ -156,7 +156,7 @@ class common_job_properties { static def setPostCommit(def context, def build_schedule = '0 */6 * * *', def scm_schedule = '* * * * *', - def notify_address = '[email protected]') { + def notify_address = '[email protected]') { // Set build triggers context.triggers { // By default runs every 6 hours. http://git-wip-us.apache.org/repos/asf/beam/blob/5ba42cb2/.jenkins/job_beam_Release_NightlySnapshot.groovy ---------------------------------------------------------------------- diff --git a/.jenkins/job_beam_Release_NightlySnapshot.groovy b/.jenkins/job_beam_Release_NightlySnapshot.groovy index 496a0c5..533b444 100644 --- a/.jenkins/job_beam_Release_NightlySnapshot.groovy +++ b/.jenkins/job_beam_Release_NightlySnapshot.groovy @@ -39,7 +39,7 @@ mavenJob('beam_Release_NightlySnapshot') { delegate, '0 7 * * *', '0 5 31 2 *', - '[email protected]') + '[email protected]') // Maven goals for this job. goals('-B -e clean deploy -P release,dataflow-runner -DskipITs=false -DintegrationTestPipelineOptions=\'[ "--project=apache-beam-testing", "--tempRoot=gs://temp-storage-for-end-to-end-tests", "--runner=org.apache.beam.runners.dataflow.testing.TestDataflowRunner" ]\'') http://git-wip-us.apache.org/repos/asf/beam/blob/5ba42cb2/.jenkins/job_seed.groovy ---------------------------------------------------------------------- diff --git a/.jenkins/job_seed.groovy b/.jenkins/job_seed.groovy index e46e5a4..96277d1 100644 --- a/.jenkins/job_seed.groovy +++ b/.jenkins/job_seed.groovy @@ -33,7 +33,7 @@ job('beam_SeedJob_Main') { delegate, '0 6 * * *', '0 5 31 2 *', - '[email protected]') + '[email protected]') steps { dsl { http://git-wip-us.apache.org/repos/asf/beam/blob/5ba42cb2/.travis/README.md ---------------------------------------------------------------------- diff --git a/.travis/README.md b/.travis/README.md index 536692d..526995a 100644 --- a/.travis/README.md +++ b/.travis/README.md @@ -19,5 +19,5 @@ # Travis Scripts -This directory contains scripts used for [Travis CI](https://travis-ci.org/apache/incubator-beam/) +This directory contains scripts used for [Travis CI](https://travis-ci.org/apache/beam/) testing.
