First jenkins build

This commit is contained in:
Dominik Chilla 2019-06-12 16:52:30 +02:00
parent e7930fe4c0
commit 2f7ac48dd2

2
Jenkinsfile vendored
View File

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