simple bash script test

This commit is contained in:
Mateusz 2022-03-26 11:59:53 +01:00
parent 9106d9d4ee
commit b5288eefec
2 changed files with 7 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -11,5 +11,11 @@ pipeline {
git 'https://git.wmi.amu.edu.pl/s444498/ium_444498.git'
}
}
stage('Shell Script') {
steps {
sh "chmod +x -R ${env.WORKSPACE}"
sh './simple_init.sh'
}
}
}
}

1
simple_init.sh Normal file
View File

@ -0,0 +1 @@
echo 'test'