Pipeline Test

This commit is contained in:
valentin_lechner 2020-01-30 17:16:32 +01:00
parent d8d81efdeb
commit 566eb7b791

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
stage('deploySONAR'){ stage('deploySONAR'){
steps{ steps{
sh 'sonar-scanner' sh '/var/jenkins_home/sonar-scanner-4.2.0.1873-linux/bin/sonar-scanner'
} }
} }
} }