mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 21:09:13 +00:00
fix typo
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
cba9a5fa93
commit
bad09ac560
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -86,7 +86,7 @@ pipeline {
|
|||||||
|
|
||||||
def slackNotif() {
|
def slackNotif() {
|
||||||
script {
|
script {
|
||||||
if (enXmlConfigurationv.BRANCH_NAME=='jetty-10.0.x' ||
|
if (env.BRANCH_NAME=='jetty-10.0.x' ||
|
||||||
env.BRANCH_NAME=='jetty-9.4.x') {
|
env.BRANCH_NAME=='jetty-9.4.x') {
|
||||||
//BUILD_USER = currentBuild.rawBuild.getCause(Cause.UserIdCause).getUserId()
|
//BUILD_USER = currentBuild.rawBuild.getCause(Cause.UserIdCause).getUserId()
|
||||||
// by ${BUILD_USER}
|
// by ${BUILD_USER}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user