Jenkins multi : test préparatoire de récupération de variable
Showing
1 changed file
with
3 additions
and
0 deletions
1 | #!groovy | 1 | #!groovy |
2 | node { | 2 | node { |
3 | + stage 'Environment' | ||
4 | + println scm.branches | ||
5 | + | ||
3 | stage 'Config' | 6 | stage 'Config' |
4 | def sonarqubeScannerHome = tool name: 'sonar', type: 'hudson.plugins.sonar.SonarRunnerInstallation' | 7 | def sonarqubeScannerHome = tool name: 'sonar', type: 'hudson.plugins.sonar.SonarRunnerInstallation' |
5 | 8 | ... | ... |
-
Please register or login to post a comment