mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-12 18:10:18 +00:00
First jenkins build
This commit is contained in:
parent
72bb107e2b
commit
e7930fe4c0
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user