This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ pipeline {
92
92
93
93
steps {
94
94
sshagent ( [' projects-storage.eclipse.org-bot-ssh' ]) {
95
- println (" Deploying codewind-openapi-eclipse to downoad area..." )
95
+ println (" Deploying codewind-openapi-eclipse to archive area..." )
96
96
97
97
dir(" $WORKSPACE /dev/ant_build/artifacts" ) {
98
98
unstash ' codewind-openapi-eclipse-zip'
@@ -102,15 +102,15 @@ pipeline {
102
102
export REPO_NAME="codewind-openapi-eclipse"
103
103
export OUTPUT_NAME="codewind-openapi-eclipse"
104
104
export OUTPUT_DIR="$WORKSPACE/dev/ant_build/artifacts"
105
- export DOWNLOAD_AREA_URL ="https://download .eclipse.org/codewind/$REPO_NAME"
105
+ export ARCHIVE_AREA_URL ="https://archive .eclipse.org/codewind/$REPO_NAME"
106
106
export LATEST_DIR="latest"
107
107
export BUILD_INFO="build_info.properties"
108
108
export sshHost="genie.codewind@projects-storage.eclipse.org"
109
- export deployDir="/home/data/httpd/download .eclipse.org/codewind/$REPO_NAME"
109
+ export deployDir="/home/data/httpd/archive .eclipse.org/codewind/$REPO_NAME"
110
110
111
111
if [ -z $CHANGE_ID ]; then
112
112
UPLOAD_DIR="$GIT_BRANCH/$BUILD_ID"
113
- BUILD_URL="$DOWNLOAD_AREA_URL /$UPLOAD_DIR"
113
+ BUILD_URL="$ARCHIVE_AREA_URL /$UPLOAD_DIR"
114
114
115
115
ssh $sshHost rm -rf $deployDir/$GIT_BRANCH/$LATEST_DIR
116
116
ssh $sshHost mkdir -p $deployDir/$GIT_BRANCH/$LATEST_DIR
You can’t perform that action at this time.
0 commit comments