From 55100d5ad4b02829723ea2af5dc143f117431c57 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sat, 6 Jun 2020 15:50:40 -0400 Subject: [PATCH] Remove Type param. --- Jenkinsfile.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 55bf356..7689b7c 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -7,7 +7,6 @@ */ def agent_root_folder = '/var/lib/jenkins/.m2' -println "Type of build: ${params.Type}" //locate the build file String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/closed/${gCube_release_version}/build_commits.${report_number}.csv" @@ -91,7 +90,7 @@ pipeline { success { echo 'The release notes pipeline worked!' emailext to: 'jenkinsbuilds@d4science.org', - subject: "[Jenkins build D4S] ${TYPE} build ${currentBuild.fullDisplayName} worked", + subject: "[Jenkins build D4S] build ${currentBuild.fullDisplayName} worked", body: "Build time: ${currentBuild.durationString}. See ${env.BUILD_URL}" emailext attachmentsPattern: "**/release_notes.${PIPELINE_BUILD_NUMBER}.md", to: 'jenkinsreleases@d4science.org',