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 181a2e3753 - Show all commits

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
}
environment {
RUSTFLAGS = '-C target-feature=+crt-static -C link-self-contained=yes -C link-arg=-s'
TOKEN = credentials('00912d76-da44-4f04-890f-b11180e7a68f')
TOKEN = credentials('gitea-key')
}
steps {
sh 'apk add pkgconf musl-dev curl'