fix
This commit is contained in:
parent
be68fea839
commit
e880c09935
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user