|
@@ -5,7 +5,7 @@ def qyWechatRobot = new org.devops.notification.QYWechatRobot()
|
|
|
pipeline {
|
|
|
agent {
|
|
|
node {
|
|
|
- label 'ls-3-bags-of-samples'
|
|
|
+ label 'master'
|
|
|
}
|
|
|
}
|
|
|
// tools { node '' }
|
|
@@ -13,7 +13,7 @@ pipeline {
|
|
|
environment {
|
|
|
_fullDisplayName = "幼享乐-Web管理后台"
|
|
|
_qyWechatRobotToken = "a47cb467-8e94-4877-b275-832cc1f0d9af"
|
|
|
- _remote = "root@8.129.111.45"
|
|
|
+ _remote = "root@47.97.230.53"
|
|
|
_buildTime = new Date().format('yyyyMMddHHmmss') // 生成当前时间戳
|
|
|
_git_tag = sh(returnStdout: true, script: 'git describe --tags --always').trim()
|
|
|
_git_branch = sh(returnStdout: true, script: 'echo ${GIT_BRANCH#*/}').trim()
|