zoukankan      html  css  js  c++  java
  • Jenkins 配置

    Manage Jenkins

    配置并行任务数

    • System Configuration > Configure System > Maven Project Configuration > # of executors: {#_of_executors, 3}

    配置 Jenkins 访问地址

    • System Configuration > Configure System > Maven Project Configuration > Jenkins Location > Jenkins URL: {jenkins_url, http://192.168.1.1:8080/}

    配置语言,该选项依赖插件 locale 和 localization-zh-cn

    • System Configuration > Configure System > Locale >  Default Language: {default_language, zh_cn}

    Global Tool Configuration

    MSBuild 配置

    • MSBuild > MSBuild installations > MSBuild > Name: {msbuild_name, MSBuild2019}
    • MSBuild > MSBuild installations > MSBuild > Path to MSBuild: {path_to_msbuild, C:Program Files (x86)Microsoft Visual Studio2019CommunityMSBuildCurrentBin}

    Node.js 配置

    • NodeJS > NodeJS installations > NodeJS > Name: {NodeJS12}
    • NodeJS > NodeJS installations > NodeJS > Install automatically: {checked}
    • NodeJS > NodeJS installations > NodeJS > Install from nodejs.org > Version: {NodeJS 12.18.3}
    • NodeJS > NodeJS installations > NodeJS > Install from nodejs.org > Force 32bit architecture: {unchecked}
    • NodeJS > NodeJS installations > NodeJS > Install from nodejs.org > Global npm packages to install: {yarn@1.22.4 nrm@1.1.0 npm-check-updates@4.1.2 node-sass@4.14.1 --registry=http://xxx.xxx.xxx.xxx:8080/repository/npm-all/}
    • NodeJS > NodeJS installations > NodeJS > Install from nodejs.org > Global npm packages refresh hours: {168}

    Config File Management

    registry=http://xxx.xxx.xxx.xxx/repository/npm-all/
    //xxx.xxx.xxx.xxx/repository/npm-hosted/:_authToken=NpmToken.xxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
    
  • 相关阅读:
    表单数据源控制器笔记
    方法汇总1
    Persistence.beans
    数据库外键理解
    SQL语句缺少
    树型结构需要绑定的字段
    模型绑定替换
    乱码
    表单的验证:客户端验证和服务器端验证
    表单
  • 原文地址:https://www.cnblogs.com/nehcdahc/p/13518212.html
Copyright © 2011-2022 走看看