This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Darek7D
/
Test
Watch
1
Star
1
Fork
0
Code
Issues
5
Pull Requests
1
Projects
4
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
4
Branches
0
Tags
8.8 MiB
Tree:
1026bfb721
b3
darek7d-patch-1
develop
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1026bfb721'
${ noResults }
Test
/
Jenkinsfile
11 lines
151 B
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
'Do nothing'
)
{
steps
{
sh
'/bin/true'
}
}
}
}
Reference in new issue