Fix WhatsAppReminder Jenkinsfile
This commit is contained in:
2
jenkinsfiles/WhatsAppReminder/Jenkinsfile
vendored
2
jenkinsfiles/WhatsAppReminder/Jenkinsfile
vendored
@@ -19,7 +19,7 @@ pipeline {
|
|||||||
string(credentialsId: 'OPENAI_TOKEN', variable: 'OPENAI_TOKEN')
|
string(credentialsId: 'OPENAI_TOKEN', variable: 'OPENAI_TOKEN')
|
||||||
]) {
|
]) {
|
||||||
withEnv([
|
withEnv([
|
||||||
"JAVA_HOME=${jdkPath}/jdk-19.0.2"
|
"JAVA_HOME=${jdkPath}/jdk-19.0.2",
|
||||||
"TLW_WHATSAPP_HOST=https://tlw-whatsapp.codeam.io"
|
"TLW_WHATSAPP_HOST=https://tlw-whatsapp.codeam.io"
|
||||||
]) {
|
]) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user