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
1 changed files with 16 additions and 12 deletions

4
Jenkinsfile vendored
View File

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