forked from robert/robertjohnson.work
added curl
This commit is contained in:
parent
a9a67fb34c
commit
6139f16a6b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -15,6 +15,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Prep') {
|
||||
steps {
|
||||
sh 'apk add curl'
|
||||
sh 'chmod -R 777 .'
|
||||
sh 'gem install bundler'
|
||||
sh 'curl -d "robertjohnson.work Prep stage done." https://ntfy.draft13.com/jenkins'
|
||||
|
Loading…
Reference in New Issue
Block a user