Skip to content
Snippets Groups Projects
Commit 307b6589 authored by 김영훈's avatar 김영훈
Browse files

Merge branch 'master' into 'main'

pipeline syntax modify4

See merge request !17
parents 75dea8d3 61cf5457
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