Skip to content

Commit be50b7a

Browse files
committed
Initial changes for stable-8.18 branch
1 parent 1efcc89 commit be50b7a

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
@@ -73,16 +73,16 @@ spec:
7373
}
7474
stage('Deploy') {
7575
when {
76-
branch 'master'
76+
branch 'stable-8.18'
7777
}
7878
steps {
7979
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
80-
sh 'ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-nightly/*'
81-
sh 'ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly/*'
82-
sh 'scp -r releng/org.eclipse.linuxtools.releng-site/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly/'
83-
sh 'scp -r releng/org.eclipse.linuxtools.docker-site/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly/'
80+
sh 'ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-8.18/*'
81+
sh 'ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly-5.18/*'
82+
sh 'scp -r releng/org.eclipse.linuxtools.releng-site/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-8.18/'
83+
sh 'scp -r releng/org.eclipse.linuxtools.docker-site/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly-5.18/'
8484
}
8585
}
8686
}
8787
}
88-
}
88+
}

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.18.0</mirror-repo-name>
49+
<mirror-docker-repo-name>update-docker-5.18.0</mirror-docker-repo-name>
5050
<tycho-version>4.0.12</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)