Skip to content
Snippets Groups Projects
Commit 6e2617ee authored by dudgns2947's avatar dudgns2947
Browse files

pipeline syntax modify6

parent 6501907a
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