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