Initial commit
gitea/equivs/pipeline/head There was a failure building this commit Details

This commit is contained in:
David Prevot 2022-09-28 11:52:02 +02:00
commit f3e75b7799
3 changed files with 41 additions and 0 deletions

32
.Jenkinsfile Normal file
View File

@ -0,0 +1,32 @@
pipeline {
agent { label 'equivs' }
stage('Build Debian (equivs) package(s)') {
steps {
script {
sh 'for i in *.ctl ; do equivs-build $i ; done'
}
archiveArtifacts allowEmptyArchive: true, artifacts: '*.deb,*.changes,*.buildinfo'
}
}
stage('Upload Debian (equivs) packages') {
when {
branch 'debian'
}
steps {
script {
sh 'echo Dummy line to remove once something actually happens.'
/* No crendentials yet.
sh 'rsync -avP *.deb droneci@pub.evolix.net:/home/droneci/equivs/'
*/
}
}
}
}
post {
// Clean after build
always {
cleanWs()
}
}
}

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.deb
*.buildinfo
*.changes

6
mysql-client.crt Normal file
View File

@ -0,0 +1,6 @@
Package: mysql-client
Depends: default-mysql-client
Version: 8.0
Description: Workaround MySQL client for Ægir
Current aegir3-cluster-slave package has unfulfillable dependencies on (at
least) Bullseye.