1
0
mirror of https://github.com/kakwa/uts-server synced 2025-02-11 05:03:26 +01: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 582178b889

4
Jenkinsfile vendored
View File

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