del hello world
This commit is contained in:
parent
94dd8e0275
commit
75de3d655a
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,7 +4,6 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello world!'
|
|
||||||
git https://git.wmi.amu.edu.pl/s495719/ium_495719.git
|
git https://git.wmi.amu.edu.pl/s495719/ium_495719.git
|
||||||
sh './data_processing.sh'
|
sh './data_processing.sh'
|
||||||
archiveArtifacts artifacts: './*'
|
archiveArtifacts artifacts: './*'
|
||||||
|
Loading…
Reference in New Issue
Block a user