slightly less dumb.
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-10-30 23:29:40 -04:00
parent 5d0a15adfa
commit 71f3fbefdc

4
Jenkinsfile vendored
View File

@ -1,11 +1,11 @@
pipeline { pipeline {
agent any agent balaam
stages { stages {
stage('credits'){ stage('credits'){
when { changeset "credits.txt"} when { changeset "credits.txt"}
steps { steps {
sh "/home/adam/iHateThis.sh jenkins-playground" sh "beefhavers_credits.sh jenkins-playground"
} }
} }
} }