Skip to content

Commit fc12cf9

Browse files
committed
[Build] Stop unused deployments of releng scripts to storage server
Except for the 'getEBuilder.xml' ANT scripts nothing from https://download.eclipse.org/eclipse/relengScripts is used anymore. Therefore the deployment can be stopped.
1 parent e3f59f8 commit fc12cf9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pipeline {
3636
return !sh(script:'''
3737
latestCommitID=$(curl https://download.eclipse.org/eclipse/relengScripts/state)
3838
git diff --name-only ${latestCommitID} HEAD \\
39-
production/ cje-production/ eclipse.platform.releng.tychoeclipsebuilder/
39+
production/testScripts/bootstrap
4040
''', returnStdout: true).trim().isEmpty()
4141
}
4242
}
@@ -53,10 +53,6 @@ pipeline {
5353
ssh [email protected] mkdir -p ${serverStaging}/testScripts
5454
scp -r production/testScripts/bootstrap [email protected]:${serverStaging}/testScripts
5555
56-
scp -r cje-production [email protected]:${serverStaging}
57-
58-
scp -r eclipse.platform.releng.tychoeclipsebuilder/entitlement [email protected]:${serverStaging}
59-
6056
# Create state file that contains the current commitID for later diffs in this stage's conditional
6157
commitID=$(git rev-parse HEAD)
6258
ssh [email protected] "echo ${commitID}>${serverStaging}/state"

0 commit comments

Comments
 (0)