This website requires JavaScript.
Explore
Help
Sign In
opengnsys
/
ogagent
Watch
1
Star
0
Fork
You've already forked ogagent
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
ogagent
/
Jenkinsfile
11 lines
162 B
Groovy
Raw
Permalink
Blame
History
pipeline
{
agent
any
stages
{
stage
(
'Build'
)
{
steps
{
echo
'Jenkinsfile for ogagent'
}
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink