Jenkins update
This commit is contained in:
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@@ -67,13 +67,13 @@ pipeline {
|
|||||||
tokenCredentialId: 'slack-token',
|
tokenCredentialId: 'slack-token',
|
||||||
message: """
|
message: """
|
||||||
\n 🧠 Goodreads Book Search Integration Test:
|
\n 🧠 Goodreads Book Search Integration Test:
|
||||||
\n - Is the ISBN '9944824453' 🔥
|
- Is the ISBN '9944824453' 🔥
|
||||||
\n - Is the book title 'Dövmeli Adam' 🚀
|
- Is the book title 'Dövmeli Adam' 🚀
|
||||||
\n - Is the book's publication date '1 September 2008' ⏰
|
- Is the book's publication date '1 September 2008' ⏰
|
||||||
\n - Is the page count '640' 📋
|
- Is the page count '640' 📋
|
||||||
\n Build Zamanı: ${env.BUILD_TIMESTAMP}
|
\n Build Zamanı: ${env.BUILD_TIMESTAMP}
|
||||||
\n Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' tamamlandı.
|
Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' tamamlandı.
|
||||||
\n Detaylar: ${env.BUILD_URL}
|
Detaylar: ${env.BUILD_URL}
|
||||||
""",
|
""",
|
||||||
color: currentBuild.result == 'SUCCESS' ? 'good' : 'danger'
|
color: currentBuild.result == 'SUCCESS' ? 'good' : 'danger'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user