Browse Source

yinruoxi:

1.上传Jenkinsfile配置文件
tags/v0.8.0a
kira 2 years ago
parent
commit
762cdedeaa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

@@ -9,7 +9,7 @@ pipeline {
// 镜像仓库的项目,这里建议项目名称和jenkins的item项目名称、以及harbor的项目名称保持一致,否则用一下脚本会出问题
// def harbor_project = "demo"
def mavenPath="/usr/share/maven"
states {
stages {
// 拉取代码
stage('pull code') {
steps {


Loading…
Cancel
Save