This website requires JavaScript.
Explore
Help
Sign In
tomasz
/
javaee-showcase
Watch
1
Star
0
Fork
You've already forked javaee-showcase
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
78780b9347
javaee-showcase
/
Jenkinsfile
14 lines
198 B
Groovy
Raw
Blame
History
pipeline
{
agent
any
;
stages
{
stage
(
'Build'
)
{
steps
{
step
{
sh
(
"gradlew build"
)
}
}
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink