'update files with ansible'

This commit is contained in:
git 2023-10-16 12:41:08 +00:00
parent 2f806a4f10
commit 9f2b3b8a7a
2 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@ ENV LANG='en_US.UTF-8' \
RUN dnf update -y && \
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
dnf install -y epel-release epel-next-release
dnf install -y epel-release epel-next-release && \
dnf install -y libmediainfo ca-certificates mono-core zip curl libgdiplus && \
apk del make gcc g++ && \
cert-sync /etc/ssl/certs/ca-certificates.crt && \

3
Jenkinsfile vendored
View File

@ -32,8 +32,7 @@ spec:
}
}
stage('Notify gchat') {
hangoutsNotify message: "Sonarr 3.0.9.1549 on Alpine has built",token: "https://chat.googleapis.com/v1/spaces/AAAA-nNKzdA/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=FySO2Zy2wfNJ7QKoqT9zy0uzNJF8bwj74ansor3BTu0%3D",threadByJob: false
googlechatnotification (url: 'https://chat.googleapis.com/v1/spaces/AAAA-nNKzdA/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=FySO2Zy2wfNJ7QKoqT9zy0uzNJF8bwj74ansor3BTu0%3D', message: "Sonarr 3.0.9.1549 on RHEL UBI has built")
}
}
}