This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
microblog2
Watch
1
Star
0
Fork
You've already forked microblog2
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
914225e314
microblog2
/
Jenkinsfile
12 lines
179 B
Groovy
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
'Build'
)
{
steps
{
sh
'docker build -t microblog:latest .'
}
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink