tweak(UMA_03) Update Jenkinsfile

This commit is contained in:
sadurska@trui.pl 2021-04-19 14:28:03 +02:00
parent a8873f1e63
commit 94abd333f3

5
Jenkinsfile vendored
View File

@ -2,6 +2,11 @@ pipeline{
agent any agent any
properties([parameters([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])]) properties([parameters([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])])
stages{ stages{
stage('Stage 1'){
steps{
echo 'Hello World!'
}
}
stage('checkout: Check out from version control'){ stage('checkout: Check out from version control'){
steps{ steps{
git url: 'https://git.wmi.amu.edu.pl/s434780/ium_434780' git url: 'https://git.wmi.amu.edu.pl/s434780/ium_434780'