diff --git a/Jenkinsfile b/Jenkinsfile index 1b1675d..e29ecc0 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 'parameters boyo'" } } } diff --git a/credits.txt b/credits.txt index 1eebb49..a5d8d4c 100644 --- a/credits.txt +++ b/credits.txt @@ -1 +1,2 @@ base credits. +asdf \ No newline at end of file