diff options
Diffstat (limited to 'jenkins/astroconda_parameterized.groovy')
-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. |