mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-15 19:29:45 +00:00
First jenkins build
This commit is contained in:
parent
2f7ac48dd2
commit
abeadc7052
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -20,4 +20,10 @@ node {
|
|||||||
sh 'echo "Tests passed"'
|
sh 'echo "Tests passed"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Push image') {
|
||||||
|
docker.withRegistry('http://dockreg-fra.zwackl.local:5000') {
|
||||||
|
app.push()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user