This website requires JavaScript.
Explore
Help
Register
Sign In
BLOCKFANTASY
/
LimboService
forked from
BLOCKFANTASY/LOOHP-Limbo
Watch
1
Star
0
Fork
You've already forked LimboService
0
Code
Pull Requests
Activity
77adda5646
LimboService
/
Jenkinsfile
11 lines
118 B
Groovy
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
''
)
{
steps
{
build
'mvn clean install'
}
}
}
}
View Git Blame
Copy Permalink