jenkinsfile test

This commit is contained in:
s444417 2022-03-24 15:25:04 +01:00
parent d13c7f3b6b
commit 24b18662ee

3
Jenkinsfile vendored
View File

@ -1,11 +1,8 @@
node {
stage('Hello') {
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
echo "Hello"
}
stage('Goodbye') {
echo 'Goodbye!'
//Zarchiwizuj wynik
archiveArtifacts 'output.txt'
}
}