From ecf200a051dcc985853f805018f095246fcebe9c Mon Sep 17 00:00:00 2001 From: szbk Date: Sat, 18 Jan 2025 23:27:55 +0300 Subject: [PATCH] Jenkins update --- Jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a56abc2..00239f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,13 +67,13 @@ pipeline { tokenCredentialId: 'slack-token', message: """ \n 🧠 Goodreads Book Search Integration Test: - - Is the ISBN '9944824453' 🔥 - - Is the book title 'Dövmeli Adam' 🚀 - - Is the book's publication date '1 September 2008' ⏰ - - Is the page count '640' 📋 - \n Build Zamanı: ${env.BUILD_TIMESTAMP} - Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' tamamlandı. - Detaylar: ${env.BUILD_URL} + - Is the ISBN '9944824453' 🔥 + - Is the book title 'Dövmeli Adam' 🚀 + - Is the book's publication date '1 September 2008' ⏰ + - Is the page count '640' 📋 + \n Build Zamanı: ${env.BUILD_TIMESTAMP} + Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' tamamlandı. + Detaylar: ${env.BUILD_URL} """, color: currentBuild.result == 'SUCCESS' ? 'good' : 'danger' )