simple bash script test
This commit is contained in:
parent
9106d9d4ee
commit
b5288eefec
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -11,5 +11,11 @@ pipeline {
|
|||||||
git 'https://git.wmi.amu.edu.pl/s444498/ium_444498.git'
|
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
1
simple_init.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
echo 'test'
|
Loading…
Reference in New Issue
Block a user