Compare commits
No commits in common. "ab8e3aa776e80caf0f2dae85dc0996def511da82" and "4cbb9e371decbb547ef7402d3b858582281e59d5" have entirely different histories.
ab8e3aa776
...
4cbb9e371d
|
@ -5,7 +5,7 @@ services:
|
|||
dockerfile: jenkins.Dockerfile
|
||||
environment:
|
||||
- CASC_JENKINS_CONFIG=/jenkins.yml
|
||||
- CASC_RELOAD_TOKEN=$CASC_RELOAD_TOKEN
|
||||
- CASC_RELOAD_TOKEN=${CASC_RELOAD_TOKEN}
|
||||
volumes:
|
||||
- ./jenkins.yml:/jenkins.yml
|
||||
- ./id_rsa:/secrets/id_rsa
|
||||
|
|
97
jenkins.yml
97
jenkins.yml
|
@ -19,23 +19,6 @@ jenkins:
|
|||
sshHostKeyVerificationStrategy:
|
||||
manuallyTrustedKeyVerificationStrategy:
|
||||
requireInitialManualTrust: false
|
||||
- permanent:
|
||||
mode: NORMAL
|
||||
name: "agent2"
|
||||
labelString: "debian-x86_64"
|
||||
numExecutors: 16
|
||||
remoteFS: "/home/jenkins/agent"
|
||||
launcher:
|
||||
SSHLauncher:
|
||||
host: "retropikzel.madhacker.biz"
|
||||
port: 5522
|
||||
credentialsId: agent_ssh
|
||||
launchTimeoutSeconds: 60
|
||||
maxNumRetries: 3
|
||||
retryWaitTime: 30
|
||||
sshHostKeyVerificationStrategy:
|
||||
manuallyTrustedKeyVerificationStrategy:
|
||||
requireInitialManualTrust: false
|
||||
authorizationStrategy:
|
||||
projectMatrix:
|
||||
entries:
|
||||
|
@ -43,17 +26,11 @@ jenkins:
|
|||
name: "authenticated"
|
||||
permissions:
|
||||
- "Job/Read"
|
||||
- "Job/Build"
|
||||
- "Job/Cancel"
|
||||
- "Overall/Read"
|
||||
- user:
|
||||
name: "admin"
|
||||
permissions:
|
||||
- "Overall/Administer"
|
||||
- user:
|
||||
name: "lassik_admin"
|
||||
permissions:
|
||||
- "Overall/Administer"
|
||||
- user:
|
||||
name: "anonymous"
|
||||
permissions:
|
||||
|
@ -106,11 +83,11 @@ jobs:
|
|||
}
|
||||
}
|
||||
- script: >
|
||||
folder('r7rs') {
|
||||
displayName: 'r7rs'
|
||||
folder('srfi_explorations') {
|
||||
displayName: 'srfi-explorations'
|
||||
}
|
||||
- script: >
|
||||
multibranchPipelineJob('r7rs/r7rs-srfi') {
|
||||
multibranchPipelineJob('srfi_explorations/r7rs-srfi') {
|
||||
displayName: 'R7RS-SRFI'
|
||||
branchSources {
|
||||
git {
|
||||
|
@ -124,21 +101,6 @@ jobs:
|
|||
}
|
||||
}
|
||||
}
|
||||
- script: >
|
||||
multibranchPipelineJob('r7rs/r7rs-tests') {
|
||||
displayName: 'r7rs-tests'
|
||||
branchSources {
|
||||
git {
|
||||
id('github')
|
||||
remote('https://github.com/Retropikzel/r7rs-tests.git')
|
||||
}
|
||||
}
|
||||
orphanedItemStrategy {
|
||||
discardOldItems {
|
||||
numToKeep(10)
|
||||
}
|
||||
}
|
||||
}
|
||||
- script: >
|
||||
folder('r7rs_pffi') {
|
||||
displayName: 'r7rs-pffi'
|
||||
|
@ -158,56 +120,3 @@ jobs:
|
|||
}
|
||||
}
|
||||
}
|
||||
- script: >
|
||||
folder('jenkins') {
|
||||
displayName: 'jenkins'
|
||||
}
|
||||
- script: >
|
||||
multibranchPipelineJob('jenkins/auto-maintenance') {
|
||||
displayName: 'auto-maintenance'
|
||||
branchSources {
|
||||
git {
|
||||
id('git')
|
||||
remote('https://github.com/Retropikzel/jenkins-automaintenance.git')
|
||||
}
|
||||
}
|
||||
orphanedItemStrategy {
|
||||
discardOldItems {
|
||||
numToKeep(10)
|
||||
}
|
||||
}
|
||||
}
|
||||
- script: >
|
||||
folder('rinne') {
|
||||
displayName: 'rinne'
|
||||
}
|
||||
- script: >
|
||||
multibranchPipelineJob('rinne/snow-fort-guix-channel') {
|
||||
displayName: 'snow-fort-guix-channel'
|
||||
branchSources {
|
||||
git {
|
||||
id('git')
|
||||
remote('https://gitea.scheme.org/Rinne/snow-fort-guix-channel.git')
|
||||
}
|
||||
}
|
||||
orphanedItemStrategy {
|
||||
discardOldItems {
|
||||
numToKeep(10)
|
||||
}
|
||||
}
|
||||
}
|
||||
- script: >
|
||||
multibranchPipelineJob('rinne/snow-fort-windows-installer') {
|
||||
displayName: 'snow-fort-windows-installer'
|
||||
branchSources {
|
||||
git {
|
||||
id('git')
|
||||
remote('https://gitea.scheme.org/Rinne/snow-fort-windows-installer.git')
|
||||
}
|
||||
}
|
||||
orphanedItemStrategy {
|
||||
discardOldItems {
|
||||
numToKeep(10)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue