You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/03/20 16:54:24 UTC

cassandra-builds git commit: Switch all jobs to use latest JDK 1.8 version

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 3c1a7fc89 -> 4253406d9


Switch all jobs to use latest JDK 1.8 version


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/4253406d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/4253406d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/4253406d

Branch: refs/heads/master
Commit: 4253406d900246c5df6636f1e5b2bdfb6eee9a93
Parents: 3c1a7fc
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Mon Mar 20 11:54:20 2017 -0500
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Mon Mar 20 11:54:20 2017 -0500

----------------------------------------------------------------------
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/4253406d/jenkins-dsl/cassandra_job_dsl_seed.groovy
----------------------------------------------------------------------
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 062b4cb..515965d 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -5,7 +5,7 @@
 ////////////////////////////////////////////////////////////
 
 def jobDescription = 'Apache Cassandra DSL-generated job - DSL git repo: <a href="https://git-wip-us.apache.org/repos/asf?p=cassandra-builds.git">cassandra-builds</a>'
-def jdkLabel = 'jdk1.8.0_66-unlimited-security'
+def jdkLabel = 'JDK 1.8 (latest)'
 def slaveLabel = 'cassandra'
 def mainRepo = 'https://git-wip-us.apache.org/repos/asf/cassandra.git'
 def buildsRepo = 'https://git.apache.org/cassandra-builds.git'