This website requires JavaScript.
Explore
Help
Sign In
emilia
/
plate-tool
Watch
1
Star
0
Fork
You've already forked plate-tool
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5a76bd224e
plate-tool
/
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