some up to 10, but not credits, and i need to do some Indication
This commit is contained in:
parent
55c138569e
commit
17f23c264f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
BL_proxy/
|
BL_proxy/
|
||||||
*.blend1
|
*.blend1
|
||||||
|
videos/vids 2 big/
|
||||||
|
|||||||
74
Jenkinsfile
vendored
74
Jenkinsfile
vendored
@ -1,74 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
|
|
||||||
environment {
|
|
||||||
JENKINSONGITEA=credentials('d0e86441-2157-405f-8539-a9a9010c6ecf')
|
|
||||||
JENKINSONMATRIXTOKEN=credentials('17d18fd7-29eb-4957-9532-ce42aaa9b4ec')
|
|
||||||
MATRIX_ROOMID="!BYVkHJUKqqLQbwGBzF:greyn.club"
|
|
||||||
GITEA_PROJECT="https://gitea.arg.rip/beefhavers/hunting-the-hyperlitigator"
|
|
||||||
}
|
|
||||||
stages {
|
|
||||||
stage('meta: avatar'){
|
|
||||||
when { changeset "metadata/avatar.png"}
|
|
||||||
steps {
|
|
||||||
script{
|
|
||||||
env.avatar=sh(returnStdout: true, script: "base64 metadata/avatar.png");
|
|
||||||
//to gitea
|
|
||||||
sh(returnStdout: true, script: """
|
|
||||||
echo "{\\"image\\": \\"\$(base64 --wrap=0 metadata/avatar.png)\\"}" > post.json
|
|
||||||
|
|
||||||
curl -X 'POST' \
|
|
||||||
'https://gitea.arg.rip/api/v1/repos/beefhavers/hunting-the-hyperlitigator/avatar' \
|
|
||||||
-H 'accept: application/json' \
|
|
||||||
-H 'Authorization: token ${env.JENKINSONGITEA}' \
|
|
||||||
-H 'Content-Type: application/json' \
|
|
||||||
--data-binary @post.json
|
|
||||||
|
|
||||||
rm post.json
|
|
||||||
""")
|
|
||||||
|
|
||||||
//to matrix
|
|
||||||
env.avatarMXC=sh(returnStdout: true, script: """
|
|
||||||
url="https://greyn.club:8448/_matrix/media/v3/upload"'?'"filename=hunting-the-hyperlitigator-avatar-\$(mktemp -u XXX).png"
|
|
||||||
curl "\$url" \
|
|
||||||
-X 'POST' \
|
|
||||||
-H 'authorization: Bearer ${env.JENKINSONMATRIXTOKEN}' \
|
|
||||||
-H 'Content-Type: image/png' \
|
|
||||||
--compressed \
|
|
||||||
--data-binary @metadata/avatar.png \
|
|
||||||
| jq -r .content_uri
|
|
||||||
""").trim()
|
|
||||||
|
|
||||||
sh(returnStdout: true, script: """
|
|
||||||
curl -X 'PUT' \
|
|
||||||
'https://greyn.club:8448/_matrix/client/v3/rooms/${env.MATRIX_ROOMID}/state/m.room.avatar' \
|
|
||||||
-H 'accept: application/json' \
|
|
||||||
-H 'authorization: Bearer ${env.JENKINSONMATRIXTOKEN}' \
|
|
||||||
-H 'Content-Type: application/json' \
|
|
||||||
-d '{
|
|
||||||
"url": "${env.avatarMXC}"
|
|
||||||
}'
|
|
||||||
""")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('script'){
|
|
||||||
when { changeset "src/script.md"}
|
|
||||||
steps {
|
|
||||||
sh "/home/adam/beef-kafka-script.sh hunting-the-hyperlitigator"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('credits'){
|
|
||||||
when { changeset "src/credits.txt"}
|
|
||||||
steps {
|
|
||||||
sh "/home/adam/beef-kafka-credits.sh hunting-the-hyperlitigator"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('blend'){
|
|
||||||
when { changeset "video.blend"}
|
|
||||||
steps {
|
|
||||||
sh "/home/adam/beef-kafka-video.sh hunting-the-hyperlitigator"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
BIN
Pictures/bill emerson food act.png
Normal file
BIN
Pictures/bill emerson food act.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 561 KiB |
BIN
Pictures/california prop 65.jpg
Normal file
BIN
Pictures/california prop 65.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
BIN
Pictures/jubel vs blue apron.png
Normal file
BIN
Pictures/jubel vs blue apron.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 590 KiB |
@ -18,3 +18,4 @@ https://www.youtube.com/watch?v=P7UaY9j-ek0&t=121s; [yt]/@Berserkerkitten; Warfr
|
|||||||
https://wiki.warframe.com/w/Sortie; Warframe WIKI; Sortie
|
https://wiki.warframe.com/w/Sortie; Warframe WIKI; Sortie
|
||||||
https://en.wikipedia.org/wiki/Expected_value; Wikipedia; Expected value
|
https://en.wikipedia.org/wiki/Expected_value; Wikipedia; Expected value
|
||||||
https://en.wikipedia.org/wiki/Expected_value#/media/File:Largenumbers.svg; NYKevin - Own work; An illustration of the convergence of sequence averages of rolls of a dice to the expected value of 3.5 as the number of rolls (trials) grows
|
https://en.wikipedia.org/wiki/Expected_value#/media/File:Largenumbers.svg; NYKevin - Own work; An illustration of the convergence of sequence averages of rolls of a dice to the expected value of 3.5 as the number of rolls (trials) grows
|
||||||
|
https://www.govinfo.gov/content/pkg/PLAW-104publ210/html/PLAW-104publ210.htm
|
||||||
BIN
video.blend
BIN
video.blend
Binary file not shown.
Reference in New Issue
Block a user