update Jenkinsfile

This commit is contained in:
2025-01-18 23:41:22 +03:00
parent 9bf5d80629
commit 86a294efcf

4
Jenkinsfile vendored
View File

@@ -72,8 +72,8 @@ pipeline {
\n- Is the book's publication date '1 September 2008' ⏰
\n- Is the page count '640' 📋
\nBuild Zamanı: ${env.BUILD_TIMESTAMP}
Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' tamamlandı.
Detaylar: ${env.BUILD_URL}
\nJob '${env.JOB_NAME} [${env.BUILD_NUMBER}]' tamamlandı.
\nDetaylar: ${env.BUILD_URL}
""",
color: currentBuild.result == 'SUCCESS' ? 'good' : 'danger'
)