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
e7930fe4c0
commit
2f7ac48dd2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user