Pipeline Test
This commit is contained in:
parent
13dad459ba
commit
a17c502e4f
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
stages {
|
stages{
|
||||||
stage ('checkout VCS') {
|
stage('checkout VCS'){
|
||||||
steps {
|
steps{
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
|
||||||
stage ('compile') {
|
stage('compile'){
|
||||||
sh 'make'
|
sh 'make'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage ('deploySONAR') {
|
stage('deploySONAR'){
|
||||||
sh 'sonar-scanner'
|
sh 'sonar-scanner'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user