孤独雪鹰 发表于 2018-9-4 09:22:53

Jenkins结合github持续集成环境构建

  export M2_HOME=/usr/local/apache-maven-3.0.5
  export M2=$M2_HOME/bin
  export PATH=$M2:$PATH
  echo "PATH=$PATH:$JAVA_HOME/bin:$M2_HOME/bin" >>/etc/profile
  source /etc/profile

页: [1]
查看完整版本: Jenkins结合github持续集成环境构建