Skip to content

Commit

Permalink
Part2: Create required Jenkinsfile for synching the website with the …
Browse files Browse the repository at this point in the history
…github repo. (#5)

* Create required Jenkinsfile for synching the website with the github
repo. - fixes #1

Change-Id: I4c0bbcf3ee9dcdfd3a350399d62c3769d0fb3d88
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>

* Create required Jenkinsfile for synching the website with the github
repo. - fixes #1

Change-Id: I4c0bbcf3ee9dcdfd3a350399d62c3769d0fb3d88
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>

* Create required Jenkinsfile for synching the website with the github
repo.
- fixes #1

Change-Id: I22874c2096df5a102ce1539cec1d71ea49bcec95
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>

* Part2: Create required Jenkinsfile for synching the website with the
github repo.
- Fixed Jenkinsfile
- Removed un-used Jenkinsfile.txt

Change-Id: I39282e0c1c41dd273b677e2a46de7c182837cef1
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
  • Loading branch information
niraj-modi committed Apr 27, 2022
1 parent 500d505 commit 4705a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
dir('www') {
sshagent(['github-bot-ssh']) {
sh '''
git clone git@github.com:eclipse-platform/www.eclipse.org-{PROJECT_NAME}.git .
git clone git@github.com:eclipse-platform/www.eclipse.org-${PROJECT_NAME}.git .
git checkout ${BRANCH_NAME}
'''
}
Expand Down

0 comments on commit 4705a38

Please sign in to comment.