mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-14 19:09:44 +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') {
|
stage('Build image') {
|
||||||
|
sh 'make'
|
||||||
/* 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")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user