Commit a42b5c93 authored by yuxunhui's avatar yuxunhui

no message

parent 1ea75355
......@@ -59,7 +59,11 @@ pipeline {
stage('deploy') {
steps {
echo "${version}_${env.BUILD_ID}deploy..."
script {
TAG_SELECTOR = readMavenPom().getVersion()
}
echo "TAG_SELECTOR=${TAG_SELECTOR}"
echo "${version}_${env.BUILD_ID} deploy..."
}
}
......
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