mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile: fix commonFuncitons.groovy script path load
parent
49d09f0a2b
commit
a55ad8cd22
|
@ -1,5 +1,5 @@
|
||||||
node('container') {
|
node('container') {
|
||||||
def commonFunctions = load('commonFunctions.groovy')
|
def commonFunctions = load('openvidu-test-e2e/jenkins/commonFunctions.groovy')
|
||||||
commonFunctions.prepareTestingEnvironment()
|
commonFunctions.prepareTestingEnvironment()
|
||||||
|
|
||||||
def bindsArray = ['-v /var/run/docker.sock:/var/run/docker.sock:rw',
|
def bindsArray = ['-v /var/run/docker.sock:/var/run/docker.sock:rw',
|
||||||
|
|
Loading…
Reference in New Issue