Skip to content

Commit

Permalink
First changes for stable-8.16 branch (#397)
Browse files Browse the repository at this point in the history
- set up mirror sites
- modify Jenkinsfile
  • Loading branch information
jjohnstn authored Aug 27, 2024
1 parent 597ca29 commit b069ec1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ spec:
}
stage('Deploy') {
when {
branch 'master'
branch 'stable-8.16'
}
steps {
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh 'ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-nightly/*'
sh 'ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly/*'
sh 'scp -r releng/org.eclipse.linuxtools.releng-site/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly/'
sh 'scp -r releng/org.eclipse.linuxtools.docker-site/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly/'
sh 'ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-8.16/*'
sh 'ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly-5.16/*'
sh 'scp -r releng/org.eclipse.linuxtools.releng-site/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-8.16/'
sh 'scp -r releng/org.eclipse.linuxtools.docker-site/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly-5.16/'
}
}
}
}
}
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</distributionManagement>

<properties>
<mirror-repo-name>updates-nightly</mirror-repo-name>
<mirror-docker-repo-name>updates-docker-nightly</mirror-docker-repo-name>
<mirror-repo-name>update-8.16.0</mirror-repo-name>
<mirror-docker-repo-name>updat-docker-5.16.0</mirror-docker-repo-name>
<tycho-version>4.0.8</tycho-version>
<tycho.scmUrl>scm:git:https://github.com/eclipse-linuxtools/org.eclipse.linuxtools</tycho.scmUrl>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b069ec1

Please sign in to comment.