Updated to jenkins and gitea #4

Merged
root merged 18 commits from jenkins into installer 2023-02-12 22:36:02 +00:00
Showing only changes of commit 0b7af4e3d7 - Show all commits

2
Jenkinsfile vendored
View File

@ -1,5 +1,6 @@
pipeline { pipeline {
agent none agent none
stages {
stage('Build') { stage('Build') {
agent { agent {
docker { image 'rust:alpine' } docker { image 'rust:alpine' }
@ -11,3 +12,4 @@ pipeline {
} }
} }
} }
}