Testing with Jenkins
All checks were successful
Gitea Organization/dotfiles/pipeline/head This commit looks good
All checks were successful
Gitea Organization/dotfiles/pipeline/head This commit looks good
This commit is contained in:
parent
d5abe0c38a
commit
6fed41de0a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
|||||||
sh 'apk add pkgconf musl-dev curl'
|
sh 'apk add pkgconf musl-dev curl'
|
||||||
sh 'cargo build --release --target x86_64-unknown-linux-musl'
|
sh 'cargo build --release --target x86_64-unknown-linux-musl'
|
||||||
sh 'cp target/x86_64-unknown-linux-musl/release/dotfiles_installer ./installer-amd64'
|
sh 'cp target/x86_64-unknown-linux-musl/release/dotfiles_installer ./installer-amd64'
|
||||||
sh 'curl -s -v -H "Authorization: token ${TOKEN}" --upload-file ./installer-amd64 https://gitea.mattv.de/api/packages/root/generic/installer/${BUILD_NUMBER}/installer-amd64'
|
sh 'curl -H "Authorization: token ${TOKEN_PSW}" --upload-file ./installer-amd64 https://gitea.mattv.de/api/packages/root/generic/installer/${BUILD_NUMBER}/installer-amd64'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user