aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-03-17 14:45:02 -0400
committerGitHub <noreply@github.com>2017-03-17 14:45:02 -0400
commitebc6a42dc753b811f864d6a3a040206b63a1a5dd (patch)
tree1026ffb78e034f802c20e9110c431ae338e9a1de
parent68ef5d0fbb5651de963ac02109d765422d9da8c9 (diff)
parentfa545d9b969649a354b20b383b6a589ca3715640 (diff)
downloadbuild_control-ebc6a42dc753b811f864d6a3a040206b63a1a5dd.tar.gz
Merge pull request #2 from rendinam/disp_name_adjust
Restore build number display after changing how builds are organized
-rw-r--r--jenkins/astroconda_parameterized.groovy2
1 files changed, 0 insertions, 2 deletions
diff --git a/jenkins/astroconda_parameterized.groovy b/jenkins/astroconda_parameterized.groovy
index ed98ab5..67932ae 100644
--- a/jenkins/astroconda_parameterized.groovy
+++ b/jenkins/astroconda_parameterized.groovy
@@ -58,8 +58,6 @@ node(this.label) {
this.BUILD_SUBDIR = "${this.release_type}/${this.py_version}"
this.BUILD_ROOT = "${env.WORKSPACE}/${this.BUILD_SUBDIR}"
- currentBuild.displayName =
- "${this.release_type}-${this.OSname}-${this.py_version}-${this.label}"
// Delete any existing job workspace directory contents.
// The directory deleted is the one named after the jenkins pipeline job.