moves if
This commit is contained in:
parent
d1c42d5a35
commit
9bc26437f7
@ -98,8 +98,8 @@ pipeline {
|
|||||||
|
|
||||||
stage ("Send Mail") {
|
stage ("Send Mail") {
|
||||||
steps {
|
steps {
|
||||||
if (bitwardenInstalled != bitwardenLatestServer || bitwardenInstalled != bitwardenLatestWeb) {
|
|
||||||
script {
|
script {
|
||||||
|
if (bitwardenInstalled != bitwardenLatestServer || bitwardenInstalled != bitwardenLatestWeb) {
|
||||||
mailBody = """Dear Bitwarden Admin,
|
mailBody = """Dear Bitwarden Admin,
|
||||||
A new version of bitwarden was released:
|
A new version of bitwarden was released:
|
||||||
Server: v${bitwardenLatestServer}
|
Server: v${bitwardenLatestServer}
|
||||||
@ -127,7 +127,6 @@ Docker Containers
|
|||||||
subject: '${DEFAULT_SUBJECT}',
|
subject: '${DEFAULT_SUBJECT}',
|
||||||
to: "nhyatt@smoothnet.org",
|
to: "nhyatt@smoothnet.org",
|
||||||
)
|
)
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
println "Bitwarden is up to date!"
|
println "Bitwarden is up to date!"
|
||||||
}
|
}
|
||||||
@ -135,3 +134,4 @@ Docker Containers
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user