This website requires JavaScript.
Explore
Help
Register
Sign In
tracer
/
bindAPI
Watch
3
Star
0
Fork
You've already forked bindAPI
0
Code
Issues
2
Pull Requests
Projects
Releases
15
Wiki
Activity
3571e7888f
bindAPI
/
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