diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-03-17 14:42:42 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-03-17 14:42:42 -0400 |
commit | fa545d9b969649a354b20b383b6a589ca3715640 (patch) | |
tree | 1026ffb78e034f802c20e9110c431ae338e9a1de | |
parent | 68ef5d0fbb5651de963ac02109d765422d9da8c9 (diff) | |
download | build_control-fa545d9b969649a354b20b383b6a589ca3715640.tar.gz |
Restore build number display after restructuring how builds are displayed in jenkins
-rw-r--r-- | jenkins/astroconda_parameterized.groovy | 2 |
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. |