GitBucket
Toggle navigation
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab-2019
/
Cosmos
Transfer to URL with SHA
Find file
Newer
Older
tree:
7c5b0e0016
Switch branches
×
master
test
Cosmos
/ Jenkinsfile
root
on 13 Apr 2019
72 bytes
test jenkins
Raw
Blame
History
node{ stage("scm"){ checkout scm } stage("build"){ echo "nittalab1" } }