Commit 2bb664cb by Administrator

Update Jenkinsfile

parent 83f687ba
Pipeline #81 passed with stage
in 5 seconds
pipeline {
agent any
stages {
node {
stage('build') {
when { branch 'develop' }
def sonarqubeScannerHome = tool name: 'sonarscanner'
......@@ -16,5 +15,5 @@ pipeline {
}
}
}
}
}
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