update Jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -71,9 +71,9 @@ pipeline {
|
|||||||
\n- Is the book title 'Dövmeli Adam' 🚀
|
\n- Is the book title 'Dövmeli Adam' 🚀
|
||||||
\n- Is the book's publication date '1 September 2008' ⏰
|
\n- Is the book's publication date '1 September 2008' ⏰
|
||||||
\n- Is the page count '640' 📋
|
\n- Is the page count '640' 📋
|
||||||
\n Build Zamanı: ${env.BUILD_TIMESTAMP}
|
\nBuild Zamanı: ${env.BUILD_TIMESTAMP}
|
||||||
Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' tamamlandı.
|
\nJob '${env.JOB_NAME} [${env.BUILD_NUMBER}]' tamamlandı.
|
||||||
Detaylar: ${env.BUILD_URL}
|
\nDetaylar: ${env.BUILD_URL}
|
||||||
""",
|
""",
|
||||||
color: currentBuild.result == 'SUCCESS' ? 'good' : 'danger'
|
color: currentBuild.result == 'SUCCESS' ? 'good' : 'danger'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user