update repo
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -64,19 +64,19 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('SonarScan') {
|
||||
steps {
|
||||
sh '''
|
||||
/opt/sonar-scanner/bin/sonar-scanner \
|
||||
-Dsonar.projectKey=resources_cd \
|
||||
-Dsonar.projectKey=resources \
|
||||
-Dsonar.sources=. \
|
||||
-Dsonar.host.url=https://sonarqube.confdroid.com \
|
||||
-Dsonar.token=squ_af3fb66bbbcccf239ffe9393a5e70874f054be7a
|
||||
-Dsonar.token=squ_7bb1758ff20d1371da3937109c8a8b991413f4ac
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('create Puppet documentation') {
|
||||
steps {
|
||||
sh '/opt/puppetlabs/bin/puppet strings'
|
||||
|
||||
Reference in New Issue
Block a user