diff --git a/Jenkinsfile b/Jenkinsfile index 9ee5562..6d7c907 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {