Shell script + jenkinsfile
This commit is contained in:
parent
17464105e6
commit
97e55e529c
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -10,6 +10,14 @@ pipeline {
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Clone_Repo') {
|
||||
steps {
|
||||
// Get some code from a GitHub repository
|
||||
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
|
||||
stage('Run shell script') {
|
||||
./test.sh
|
||||
archiveArtifacts 'train.csv'
|
||||
}
|
||||
stage('Hello') {
|
||||
steps {
|
||||
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
||||
|
Loading…
Reference in New Issue
Block a user