Skip to content
Snippets Groups Projects
Commit 7de572db authored by dudgns2947's avatar dudgns2947
Browse files

pipeline syntax modify3

parent f7a6924f
No related branches found
No related tags found
1 merge request!16pipeline syntax modify3
......@@ -16,7 +16,7 @@ pipeline {
always{
echo 'done prepare'
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{
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