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:
79f0a58758
Switch branches
×
master
test
Cosmos
/ Jenkinsfile
t-kisimoto
on 26 Apr 2019
78 bytes
change JenkinsFile
Raw
Blame
History
node{ stage("build"){ echo "nitta-lab" } stage("branch"){ sh"git branch" } }