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 ff18cd16ce - Show all commits

3
Jenkinsfile vendored
View File

@ -6,8 +6,7 @@ pipeline {
docker { image 'rust:alpine' }
}
steps {
sh 'export'
sh 'cargo --release build'
sh 'cargo build --release'
sh 'ls -la'
}
}