Skip to content
Snippets Groups Projects
Commit 61cf5457 authored by dudgns2947's avatar dudgns2947
Browse files

pipeline syntax modify4

parent 7de572db
No related branches found
No related tags found
1 merge request!17pipeline syntax modify4
...@@ -16,7 +16,7 @@ pipeline { ...@@ -16,7 +16,7 @@ pipeline {
always{ always{
echo 'done prepare' echo 'done prepare'
slackSend (channel: '#devops', color: '#FFFF00', slackSend (channel: '#devops', color: '#FFFF00',
message: "${env.userId}" STARTED: Job '${env.JOB_NAME} [$(env.BUILD_NUMBER)]'(${env.BUILD_URL}) message: "${env.userId} STARTED: Job '${env.JOB_NAME} [$(env.BUILD_NUMBER)]'(${env.BUILD_URL})")
} }
cleanup{ cleanup{
echo 'after all other post conditions' echo 'after all other post conditions'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment