1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-05 18:47:49 +02:00

Merge branch 'jenkins_test' of https://github.com/kakwa/uts-server into jenkins_test

This commit is contained in:
kakwa 2017-04-27 22:09:33 +02:00
commit 42efdc2cd3

4
Jenkinsfile vendored
View File

@ -56,4 +56,8 @@ pipeline {
} }
} }
} }
environment {
GIT_SSL_NO_VERIFY = 'true'
CIVETWEB_GITURL = 'https://gogs.kakwa.fr/kakwa/civetweb/'
}
} }