Pipeline Test
This commit is contained in:
parent
ff6864f191
commit
d8d81efdeb
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -12,11 +12,15 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('compile'){
|
||||
sh 'echo "fake-compiling..."'
|
||||
steps{
|
||||
sh 'echo "fake-compiling..."'
|
||||
}
|
||||
}
|
||||
|
||||
stage('deploySONAR'){
|
||||
sh 'sonar-scanner'
|
||||
steps{
|
||||
sh 'sonar-scanner'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
Loading…
Reference in New Issue
Block a user