diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 9a2f55a..5ddb295 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -4,10 +4,13 @@ buildSelector( defaultSelector: lastSuccessful(), name: 's444417-create-dataset', - description: 'Which build to use for copying artifacts' + description: 'Build selector for Copy artifact' ) } + environment { + KAGGLE_USERNAME="$params.KAGGLE_USERNAME" + } stages { stage("Check out from version control") { steps { @@ -15,6 +18,14 @@ } } stage("Shell Script") { + steps { + options { + copyArtifacts + fingerprintArtifacts: true, + name: 's444417-create-dataset', + selector: buildParameter('BUILD_SELECTOR') + } + } steps { sh "chmod u+x ./startscript2.sh" sh " ./startscript2.sh"