Jenkinsfile: build with verbose log

This commit is contained in:
Martin Weinelt 2019-06-28 02:18:15 +02:00
parent 94be22c0c4
commit b1f7583e5c

View File

@ -20,7 +20,7 @@ pipeline {
steps {
sh 'make update'
sh 'test -d /dl_cache && ln -s /dl_cache openwrt/dl || true'
sh 'make -j$(nproc)'
sh 'make -j$(nproc) V=s'
}
}
}