Test "make bridge" in CI
Change-Id: I5b248a530cc9c914a423e7f427b36c6e9cc15da6
This commit is contained in:
parent
a69d76494c
commit
82280559bd
|
@ -28,6 +28,10 @@ pipeline {
|
|||
timeout(time: 60, unit: 'MINUTES') {
|
||||
sh "tilt ci -- --ci --namespace=$DEPLOY_NS --num=1"
|
||||
}
|
||||
|
||||
timeout(time: 1, unit: 'MINUTES') {
|
||||
sh "make node"
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
Loading…
Reference in New Issue