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

Merge branch 'master' into 'main'

pipeline syntax modify6

See merge request !19
parents c1a8cc00 6e2617ee
No related branches found
No related tags found
1 merge request!19pipeline syntax modify6
......@@ -23,7 +23,7 @@ pipeline {
}
}
}
stage('maven build'){
stages('maven build'){
steps {
sh 'mvn package'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment