Fri Oct 25 21:26:41 EDT 2024
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-25 21:26:41 -04:00
parent 360fe76797
commit df22fae68a

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('credits'){
when { changeset "credits.txt"}
steps {
sh "/home/adam/iHateThis.sh $(whoami)"
sh "/home/adam/iHateThis.sh $whoami"
}
}
}