Update Jenkinsfile: create dataset
This commit is contained in:
parent
59eb4d4190
commit
29ddeaba9f
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -1,14 +1,5 @@
|
||||
pipeline {
|
||||
agent any
|
||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||
parameters {
|
||||
string (
|
||||
defaultValue: 'Hello World!',
|
||||
description: 'Tekst, którym chcesz przywitać świat',
|
||||
name: 'INPUT_TEXT',
|
||||
trim: false
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
@ -18,5 +9,10 @@ pipeline {
|
||||
userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/pms/ium-s301654']])
|
||||
}
|
||||
}
|
||||
stage('Download') {
|
||||
steps {
|
||||
sh './create-dataset.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user