Update 'Jenkinsfile_dataset_stats'
This commit is contained in:
parent
7b962bdb3a
commit
ac3214e063
@ -0,0 +1,21 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||||
|
parameters{}
|
||||||
|
stages {
|
||||||
|
stage('clear_all') {
|
||||||
|
steps {
|
||||||
|
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
||||||
|
sh 'rm -rf ium_z434686'
|
||||||
|
sh 'rm -rf data/'
|
||||||
|
sh 'rm -rf video-game-sales-with-ratings.zip'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('checkout') {
|
||||||
|
steps {
|
||||||
|
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
||||||
|
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user