mirror of
https://github.com/valitydev/koffing.git
synced 2024-11-06 01:05:19 +00:00
Added security pipeline (#279)
This commit is contained in:
parent
304e9f070d
commit
f6ecafce37
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -30,7 +30,7 @@ build('koffing', 'docker-host') {
|
||||
runStage('test image') {
|
||||
sh 'make test'
|
||||
}
|
||||
|
||||
runFESecurityTools()
|
||||
try {
|
||||
if (env.BRANCH_NAME == 'master') {
|
||||
runStage('push image') {
|
||||
@ -43,5 +43,5 @@ build('koffing', 'docker-host') {
|
||||
}
|
||||
}
|
||||
}
|
||||
pipeDefault(pipeline, 'dr2.rbkmoney.com', 'jenkins_harbor')
|
||||
pipeDefault(pipeline)
|
||||
}
|
||||
|
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ REGISTRY ?= dr2.rbkmoney.com
|
||||
BASE_IMAGE_NAME := service-fe
|
||||
BASE_IMAGE_TAG := 2b4570bc1d9631c10aaed2132eb87eb9003f3471
|
||||
|
||||
BUILD_IMAGE_TAG := a3d509385d655f6a5ada4b37c5884d5423aeb78b
|
||||
BUILD_IMAGE_TAG := b04c5291d101132e53e578d96e1628d2e6dab0c0
|
||||
|
||||
CALL_W_CONTAINER := init build clean submodules
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4a09386542ab4b98317a787fd6e06e0d3a1e38d6
|
||||
Subproject commit 5cb25f049c719a608276a99fc4fbe852187019ca
|
Loading…
Reference in New Issue
Block a user