Skip to content

Commit

Permalink
Add pipeline publish link warning if job fails
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Nov 21, 2024
1 parent 4f28e68 commit 48890c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipelines/build/common/build_base_file.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,6 @@ class Builder implements Serializable {
}
}
}

releaseToolUrl += "VERSION=${javaVersion}&RELEASE=${release}&UPSTREAM_JOB_NUMBER=${currentBuild.getNumber()}"
tag = URLEncoder.encode(tag, 'UTF-8')
artifactsToCopy = URLEncoder.encode(artifactsToCopy, 'UTF-8')
Expand Down

0 comments on commit 48890c9

Please sign in to comment.