tweak(UMA_03) Update Jenkinsfile
This commit is contained in:
parent
94abd333f3
commit
86be057e4a
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -2,11 +2,6 @@ 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'
|
||||||
@ -14,7 +9,7 @@ pipeline{
|
|||||||
}
|
}
|
||||||
stage('sh: Shell Script'){
|
stage('sh: Shell Script'){
|
||||||
steps{
|
steps{
|
||||||
./script.sh
|
script.sh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive artifacts'){
|
stage('Archive artifacts'){
|
||||||
|
Loading…
Reference in New Issue
Block a user