Commit 1e990e7b authored by zhangdd's avatar zhangdd

test

Signed-off-by: default avatarzhangdd <86431843@qq.com>
parent 9f2f3d1b
...@@ -3,6 +3,7 @@ node{ ...@@ -3,6 +3,7 @@ node{
checkout([$class: 'GitSCM', branches: [[name: '$Branches']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'a97e0ce1-814b-4e7d-832a-4ac3eed72506', url: 'git@gitlab.schbrain.com:zhangdongdong/test.git']]]) checkout([$class: 'GitSCM', branches: [[name: '$Branches']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'a97e0ce1-814b-4e7d-832a-4ac3eed72506', url: 'git@gitlab.schbrain.com:zhangdongdong/test.git']]])
} }
states{
stage('Build') { stage('Build') {
steps { steps {
script { script {
...@@ -11,6 +12,8 @@ node{ ...@@ -11,6 +12,8 @@ node{
echo("TAG_SELECTOR=${TAG_SELECTOR}") echo("TAG_SELECTOR=${TAG_SELECTOR}")
} }
} }
}
script{ script{
def pom = readMavenPom file: 'pom.xml' def pom = readMavenPom file: 'pom.xml'
echo "start echo pom" echo "start echo pom"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment