Skip to content
Explore
Explore GitHub
→
Learn & contribute
Topics
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
docker
/
base
Watch
7
Star
2
Fork
0
Code
Issues
1
Pull requests
1
Projects
0
Insights
More
Code
Issues
Pull requests
Projects
Insights
Permalink
base
/
Jenkinsfile
Newer
Older
Raw
Normal view
History
100644
14 lines (8 sloc)
162 Bytes
Sample Jenkinsfile for tracing folder creation
Jul 5, 2016
1
node {
2
stage
'
Checkout
'
3
4
checkout scm
5
6
stage
'
Base
'
7
8
sh
'
./build_image.sh
'
9
Testing bats on I2 Jenkins host
Jul 13, 2016
10
stage
'
Tests
'
Specifying path
Jul 13, 2016
11
Since the TAPS plugin doesn't support pipeline yet, STDOUT will have …
Jul 13, 2016
12
sh
'
/usr/local/bin/bats tests/base.bats
'
Sample Jenkinsfile for tracing folder creation
Jul 5, 2016
13
14
}
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.