This website requires JavaScript.
Explore
Help
Register
Sign In
BLOCKFANTASY
/
LOOHP-Limbo
Template
mirror of
https://github.com/LOOHP/Limbo.git
Watch
1
Star
0
Fork
You've already forked LOOHP-Limbo
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
77adda5646
LOOHP-Limbo
/
Jenkinsfile
11 lines
118 B
Groovy
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
''
)
{
steps
{
build
'mvn clean install'
}
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink