Pipeline Test
This commit is contained in:
parent
a17c502e4f
commit
ff6864f191
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@ -2,20 +2,22 @@
|
||||
|
||||
pipeline {
|
||||
|
||||
agent any
|
||||
|
||||
stages{
|
||||
stage('checkout VCS'){
|
||||
steps{
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage('compile'){
|
||||
sh 'make'
|
||||
}
|
||||
stage('compile'){
|
||||
sh 'echo "fake-compiling..."'
|
||||
}
|
||||
|
||||
stage('deploySONAR'){
|
||||
sh 'sonar-scanner'
|
||||
}
|
||||
}
|
||||
stage('deploySONAR'){
|
||||
sh 'sonar-scanner'
|
||||
}
|
||||
}
|
||||
post {
|
||||
unstable {
|
||||
|
Loading…
Reference in New Issue
Block a user