Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2016-11-07 15:35:36 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e93179ebe1db97d5b4ac2f9623264bd9f1d4cb9d
e93179eb
1 parent
66eef4b0
Jenkins multi : préparation pour traitement différent de master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
Jenkinsfile
Jenkinsfile
View file @
e93179e
#!groovy
node {
stage 'Environment'
println scm.branches
if (scm.branches == 'master') {
println 'Nous sommes dans master'
}
// println scm.branches
stage 'Config'
def sonarqubeScannerHome = tool name: 'sonar', type: 'hudson.plugins.sonar.SonarRunnerInstallation'
...
...
Please
register
or
login
to post a comment