This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
microblog
Watch
1
Star
0
Fork
You've already forked microblog
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8ea35960ca
microblog
/
Jenkinsfile
11 lines
121 B
Groovy
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
''
)
{
steps
{
withSonarQubeEnv
'Sonarqube'
}
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink