测试脚本
This commit is contained in:
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -10,12 +10,12 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
echo "📦 正在拉取代码..."
|
||||
git branch: 'main', url: 'http://115.190.8.52:3000/sczx_group/sczx_order.git'
|
||||
}
|
||||
}
|
||||
// stage('Checkout') {
|
||||
// steps {
|
||||
// echo "📦 正在拉取代码..."
|
||||
// git branch: 'main', url: 'http://115.190.8.52:3000/sczx_group/sczx_order.git'
|
||||
// }
|
||||
// }
|
||||
|
||||
stage('Build with Maven in JDK 8') {
|
||||
agent {
|
||||
|
||||
Reference in New Issue
Block a user