diff --git a/Jenkinsfile b/Jenkinsfile index 981915b..29e35e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,6 +48,9 @@ pipeline { string(name: 'repo_list', defaultValue: 'default_list.txt', description: 'The file with the list of repositories to update') + string(name: 'action_root', + defaultValue: 'https://code-repo.d4science.org/gCubeCI/gCubeActionsFiles', + description: 'The root URL of the Bash fragment to execute.') string(name: 'action_file', defaultValue: '', description: 'The file with the Bash fragment to execute.') diff --git a/actions/first.sh b/actions/first.sh deleted file mode 100755 index 34686f4..0000000 --- a/actions/first.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -touch new_file4.txt -echo "Hello from gCube Actions 4" >> new_file4.txt -git add new_file4.txt -git commit -m "Add new_file4.txt from gCube Actions" \ No newline at end of file