test
This commit is contained in:
parent
5bcce8411a
commit
449a038648
23
Jenkinsfile
vendored
23
Jenkinsfile
vendored
@ -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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
parameters {
|
||||||
@ -39,7 +17,6 @@ pipeline {
|
|||||||
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
||||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Install depends.') {
|
stage('Install depends.') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user