CI: update comment

pull/1857/head
Alexey Sokolov 3 months ago
parent aebdf764c3
commit 7c6dc23f14

2
Jenkinsfile vendored

@ -3,6 +3,8 @@
timestamps {
node('freebsd') {
// freebsd 13.1 + pkg install git openjdk17 cmake icu pkgconf swig python3 boost-libs gettext-tools qt5-buildtools qt5-network qt5-qmake
// Then fill known_hosts with https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints
// (needed for crowdin cron job in jenkins)
timeout(time: 30, unit: 'MINUTES') {
def wsdir = pwd()
stage('Checkout') {

Loading…
Cancel
Save