fix
This commit is contained in:
parent
be68fea839
commit
e880c09935
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,18 +12,18 @@ pipeline {
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'cat /etc/issue'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
// 4. Repozytorium [2 pkt]
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
|
||||
}
|
||||
}
|
||||
|
||||
// 5. Zapisanie zbioru danych [4 pkt] + 7. Parametry zadania [1 pkt]
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user