File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ FROM gitpod/workspace-full
2
+
3
+ RUN sudo rm -rf /usr/bin/hd && \
4
+ brew install linuxsuren/linuxsuren/hd && \
5
+ hd install cli/cli
Original file line number Diff line number Diff line change
1
+ image :
2
+ file : .gitpod.Dockerfile
3
+
4
+ tasks :
5
+ - init : |
6
+ [[ ! -z "${DOCKER_USER}" && ! -z "${DOCKER_PASSWD}" ]] && docker login -u${DOCKER_USER} -p${DOCKER_PASSWD}
7
+ git config --global user.name $GIT_AUTHOR_NAME
8
+ git config --global user.email $GIT_COMMITTER_EMAIL
9
+ gh repo fork --remote
10
+
11
+ vscode :
12
+ extensions :
13
+ - redhat.java
Original file line number Diff line number Diff line change
1
+ [ ![ Gitpod ready-to-code] ( https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/jenkinsci/gitlab-branch-source-plugin )
1
2
[ ![ Build Status] ( https://ci.jenkins.io/job/Plugins/job/gitlab-branch-source-plugin/job/master/badge/icon )] ( https://ci.jenkins.io/job/Plugins/job/gitlab-branch-source-plugin/job/master/ )
2
3
[ ![ Travis] ( https://img.shields.io/travis/jenkinsci/gitlab-branch-source-plugin.svg?logo=travis&label=build&logoColor=white )] ( https://travis-ci.org/jenkinsci/gitlab-branch-source-plugin )
3
4
[ ![ GitHub release] ( https://img.shields.io/github/release/jenkinsci/gitlab-branch-source-plugin.svg?label=release )] ( https://github.com/jenkinsci/gitlab-branch-source-plugin/releases/latest )
You can’t perform that action at this time.
0 commit comments