mirror of
https://github.com/valitydev/koffing.git
synced 2024-11-06 09:15:20 +00:00
Smoke test image
This commit is contained in:
parent
b1a358971e
commit
24ea1099cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/node_modules/
|
||||
/dist/
|
||||
Dockerfile
|
||||
.state
|
||||
|
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -27,6 +27,10 @@ build('koffing', 'docker-host') {
|
||||
sh 'make build_image'
|
||||
}
|
||||
|
||||
runStage('test image') {
|
||||
sh 'make test'
|
||||
}
|
||||
|
||||
try {
|
||||
if (env.BRANCH_NAME == 'master') {
|
||||
runStage('push image') {
|
||||
|
Loading…
Reference in New Issue
Block a user