This commit is contained in:
Dominik 2021-04-08 18:44:44 +02:00
parent be68fea839
commit e880c09935

4
Jenkinsfile vendored
View File

@ -12,18 +12,18 @@ pipeline {
) )
} }
stages { stages {
stage('Test') { stage('Test') {
steps { steps {
sh 'cat /etc/issue' sh 'cat /etc/issue'
} }
} }
stages {
// 4. Repozytorium [2 pkt] // 4. Repozytorium [2 pkt]
stage('checkout: Check out from version control') { stage('checkout: Check out from version control') {
steps { steps {
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788' git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
} }
} }
// 5. Zapisanie zbioru danych [4 pkt] + 7. Parametry zadania [1 pkt] // 5. Zapisanie zbioru danych [4 pkt] + 7. Parametry zadania [1 pkt]
stage('sh: Shell Script') { stage('sh: Shell Script') {
steps { steps {