Commit 1f27fd5e by Administrator

声明式 jenkinsfile

parent f999d22c
Pipeline #91 failed with stage
in 0 seconds
pipeline { pipeline {
agent any agent any
stages { stages {
stage('SCM') {
steps {
git 'git@git.zhiweidata.top:root/print-demo.git'
}
}
stage('build && SonarQube analysis') { stage('build && SonarQube analysis') {
steps { steps {
withSonarQubeEnv('sonar') { withSonarQubeEnv('sonar') {
......
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