This website requires JavaScript.
Explore
Help
Sign In
Resume
/
movie-explorer
Watch
2
Fork
You've already forked movie-explorer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dd5f46d9ed
movie-explorer
/
Jenkinsfile
12 lines
152 B
Groovy
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
'Do nothing'
)
{
steps
{
sh
'/bin/true'
}
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink