This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/master by this push:
new a39faf1 Create a Jenkins "devbranch" job for each of the different
unit test types, as is done for branches. - correct string quotes
a39faf1 is described below
commit a39faf1205f2ccd7ebf315860e50e442767aa369
Author: mck <[email protected]>
AuthorDate: Sat Oct 26 16:50:47 2019 +0200
Create a Jenkins "devbranch" job for each of the different unit test types,
as is done for branches.
- correct string quotes
---
jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 1fd2295..5d88163 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -402,7 +402,7 @@ cassandraBranches.each {
testTargets.each {
def targetName = it
- job('Cassandra-devbranch-${targetName}') {
+ job("Cassandra-devbranch-${targetName}") {
description(jobDescription)
concurrentBuild()
jdk(jdkLabel)
@@ -436,7 +436,7 @@ testTargets.each {
steps {
buildDescription('', buildDescStr)
shell("git clean -xdff ; git clone -b ${buildsBranch}
${buildsRepo}")
- shell('./cassandra-builds/build-scripts/cassandra-unittest.sh
${targetName}')
+ shell("./cassandra-builds/build-scripts/cassandra-unittest.sh
${targetName}")
}
publishers {
archiveJunit('**/TEST-*.xml') {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]