added curl

This commit is contained in:
Robert Johnson 2024-03-11 16:25:26 -04:00
parent a9a67fb34c
commit 6139f16a6b

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ pipeline {
stages { stages {
stage('Prep') { stage('Prep') {
steps { steps {
sh 'apk add curl'
sh 'chmod -R 777 .' sh 'chmod -R 777 .'
sh 'gem install bundler' sh 'gem install bundler'
sh 'curl -d "robertjohnson.work Prep stage done." https://ntfy.draft13.com/jenkins' sh 'curl -d "robertjohnson.work Prep stage done." https://ntfy.draft13.com/jenkins'