mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-02 17:21:05 +01:00
add in unit testing pipeline step
Change-Id: Ib6ac50cb91bbdd6e7ac35c8e39a2072a0731b332
This commit is contained in:
parent
c94df63fda
commit
65639719e8
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -12,4 +12,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('unit-test') {
|
||||
steps {
|
||||
sh '''#!/bin/bash -l
|
||||
ONOS_ROOT=`pwd`
|
||||
source tools/build/envDefaults
|
||||
onos-buck test
|
||||
'''
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user