Try fixing Jenkins.
This commit is contained in:
Vendored
+5
@@ -1,6 +1,11 @@
|
|||||||
pipeline{
|
pipeline{
|
||||||
agent any
|
agent any
|
||||||
stages{
|
stages{
|
||||||
|
stage('Checkout') {
|
||||||
|
steps {
|
||||||
|
git url: 'https://github.com/emil28092005/shagram.git', branch: 'main'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Building shagram...'
|
echo 'Building shagram...'
|
||||||
|
|||||||
Reference in New Issue
Block a user