Explorar el Código

yinruoxi:

1.上传Jenkinsfile配置文件
tags/v0.8.0a
kira hace 2 años
padre
commit
bb095f75d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

@@ -14,7 +14,7 @@ pipeline {
// 代码静态检查
stage('Maven Package and Sonar') {
steps {
withSonarQubeEnv('SonarQube-Scanner') {
withSonarQubeEnv('Sonar') {
sh "java -version"
sh "which java"
echo "打包子目录并进行代码检查 ${project_name}"


Cargando…
Cancelar
Guardar