Skip to content

Commit 0722e2a

Browse files
authored
Update Jenkinsfile
1 parent b7fa690 commit 0722e2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

+5
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ pipeline {
1212
}
1313
}
1414
}
15+
stage ('Deploy to Staging'){
16+
steps {
17+
build job: 'Deploy-to-staging'
18+
}
19+
}
1520
}
1621
}

0 commit comments

Comments
 (0)