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

Merge branch 'master' into 'main'

pipeline syntax modify9

See merge request !22
parents 1489cdd5 11c2b597
No related branches found
No related tags found
1 merge request!22pipeline syntax modify9
...@@ -9,6 +9,7 @@ pipeline { ...@@ -9,6 +9,7 @@ pipeline {
steps { steps {
checkout scm checkout scm
} }
}
@post { @post {
success{ success{
echo 'prepare success' echo 'prepare success'
...@@ -23,6 +24,7 @@ pipeline { ...@@ -23,6 +24,7 @@ pipeline {
} }
} }
} }
@stages('maven build'){ @stages('maven build'){
@steps { @steps {
sh 'mvn package' sh 'mvn package'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment