Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
FROM golang:1.12 AS builder WORKDIR /work COPY . . RUN ls -hal && make linux FROM alpine:3.10 COPY --from=builder /work/bin/linux/jcli /usr/bin/jcli RUN jcli config generate -i=false > ~/.jenkins-cli.yaml ENTRYPOINT ["jcli"]
Sign in for post a comment
Comment ( 0 )