We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ca64c commit 327a88dCopy full SHA for 327a88d
1 file changed
Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
def customImage = docker.build("maven:3-alpine")
17
18
customImage.inside {
19
- sh 'mvn package'
+
20
sh 'docker build -t java_app .'
21
}
22
0 commit comments