First jenkins build

This commit is contained in:
Dominik Chilla 2019-06-12 16:51:40 +02:00
parent 72bb107e2b
commit e7930fe4c0

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ node {
}
stage('Build image') {
sh 'make'
/* This builds the actual image; synonymous to
* docker build on the command line */
app = docker.build("jenkins/sos-milter")