This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
anfuchs.de
/
ContinuousIntegration
forked from
tpapendieck/ciip-examples
Watch
0
Star
0
Fork
0
Code
Releases
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.
19
Commits
1
Branch
0
Tags
179 KiB
Tree:
7bb1ede2df
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7bb1ede2df'
${ noResults }
ContinuousIntegration
/
vars
/
testBuildFileName.groovy
6 lines
87 B
Raw
Blame
History
def
call
(
)
{
node
{
echo
"test"
new
PipeLineStepTest
(
)
.
run
(
this
,
env
)
}
}