build docker stage
Hedgehog_server/ServerMonitorBot/pipeline/head This commit looks good
Details
Hedgehog_server/ServerMonitorBot/pipeline/head This commit looks good
Details
parent
ead94bea2f
commit
3b505398e4
|
@ -8,12 +8,14 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'ls'
|
||||
sh 'mvn -B -DskipTests -X clean package'
|
||||
}
|
||||
}
|
||||
stage('Build docker') {
|
||||
agent any
|
||||
steps {
|
||||
sh 'ls'
|
||||
sh 'ls target'
|
||||
sh 'docker build -t ldeloff/servermonitorbot:latest .'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue