diff --git a/Jenkinsfile b/Jenkinsfile index 1b1675d..d0acfcc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('credits'){ when { changeset "credits.txt"} steps { - sh "/home/adam/iHateThis.sh" + sh "/home/adam/iHateThis.sh $(whoami)" } } } diff --git a/credits.txt b/credits.txt index 07dfeb3..2377f70 100644 --- a/credits.txt +++ b/credits.txt @@ -1,2 +1,3 @@ base credits. -idk who its running as. which is good, it has *some* user, right? \ No newline at end of file +idk who its running as. which is good, it has *some* user, right? +*varg point* let's find out \ No newline at end of file