From 449a0386486e2e1c63d05b41f12116cca78202e2 Mon Sep 17 00:00:00 2001 From: s478841 Date: Sat, 26 Mar 2022 15:46:40 +0100 Subject: [PATCH] test --- Jenkinsfile | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f6bccf1..2122a5c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,25 +1,3 @@ -// String repoUrl = "https://git.wmi.amu.edu.pl/s478841/ium_478841.git" - -// node { -// stage('checkout: Check out from version control') { -// echo "Cloning the repository from ${repoUrl}..." -// git clone repoUrl -// echo "Repository cloned" -// } -// stage('sh: Shell Script') { -// //Wywołaj w konsoli komendę "figlet", która generuje ASCI-art -// //sh "figlet \"${INPUT_TEXT}\" | tee output.txt" -// echo "Running the data loading script..." -// sh "./load_data.sh | tee output.txt" -// echo "Data loaded" -// } -// stage('archive artifacts') { -// //Zarchiwizuj wynik -// echo "Saving results to the output.txt..." -// archiveArtifacts 'output.txt' -// } -// } - pipeline { agent any parameters { @@ -39,7 +17,6 @@ pipeline { KAGGLE_USERNAME="$params.KAGGLE_USERNAME" KAGGLE_KEY="$params.KAGGLE_KEY" } - stages { stage('Install depends.') { steps {