Skip to content

Commit b069ec1

Browse files
authoredAug 27, 2024··
First changes for stable-8.16 branch (#397)
- set up mirror sites - modify Jenkinsfile
1 parent 597ca29 commit b069ec1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎Jenkinsfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ spec:
8383
}
8484
stage('Deploy') {
8585
when {
86-
branch 'master'
86+
branch 'stable-8.16'
8787
}
8888
steps {
8989
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
90-
sh 'ssh genie.linuxtools@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-nightly/*'
91-
sh 'ssh genie.linuxtools@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly/*'
92-
sh 'scp -r releng/org.eclipse.linuxtools.releng-site/target/repository/* genie.linuxtools@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly/'
93-
sh 'scp -r releng/org.eclipse.linuxtools.docker-site/target/repository/* genie.linuxtools@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly/'
90+
sh 'ssh genie.linuxtools@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-8.16/*'
91+
sh 'ssh genie.linuxtools@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly-5.16/*'
92+
sh 'scp -r releng/org.eclipse.linuxtools.releng-site/target/repository/* genie.linuxtools@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-8.16/'
93+
sh 'scp -r releng/org.eclipse.linuxtools.docker-site/target/repository/* genie.linuxtools@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly-5.16/'
9494
}
9595
}
9696
}
9797
}
98-
}
98+
}

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
</distributionManagement>
4646

4747
<properties>
48-
<mirror-repo-name>updates-nightly</mirror-repo-name>
49-
<mirror-docker-repo-name>updates-docker-nightly</mirror-docker-repo-name>
48+
<mirror-repo-name>update-8.16.0</mirror-repo-name>
49+
<mirror-docker-repo-name>updat-docker-5.16.0</mirror-docker-repo-name>
5050
<tycho-version>4.0.8</tycho-version>
5151
<tycho.scmUrl>scm:git:https://github.com/eclipse-linuxtools/org.eclipse.linuxtools</tycho.scmUrl>
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)
Please sign in to comment.