movinb out
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -1,12 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('GitCheckOut') {
|
||||
/*stage('GitCheckOut') {
|
||||
steps{
|
||||
checkout([$class: 'GitSCM', branches: [[name: "${env.CHECKOUT}"]], extensions: [], userRemoteConfigs: [[credentialsId: 'gitea', url: "$GIT_URL"]]])
|
||||
}
|
||||
|
||||
}
|
||||
}*/
|
||||
stage('buildPush') {
|
||||
steps{
|
||||
sh('''
|
||||
|
||||
Reference in New Issue
Block a user