This website works better with JavaScript.
Home
Explore
Help
Sign In
teajay
/
FFKW-Jenkins-Scripte
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
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.
4
Commits
1
Branch
0
Tags
42 KiB
Tree:
8876b7a08c
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '8876b7a08c'
${ noResults }
FFKW-Jenkins-Scripte
/
Pipeline
/
Jenkinsfile
10 lines
165 B
Raw
Blame
History
pipeline
{
agent
{
label
'master'
}
stages
{
stage
(
'build'
)
{
steps
{
echo
"Hello World!"
}
}
}
}