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