Compare commits
No commits in common. "jenkins" and "master" have entirely different histories.
1 changed files with 0 additions and 17 deletions
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
|
@ -1,17 +0,0 @@
|
||||||
pipeline {
|
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
image 'archlinux:base-devel'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stages {
|
|
||||||
stage('Package') {
|
|
||||||
steps {
|
|
||||||
sh 'sudo pacman -Sy'
|
|
||||||
sh 'makepkg -c'
|
|
||||||
archiveArtifacts artifacts: 'cgit-pygments-wrapper-*-.pkg.tar.*'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue