movinb out

This commit is contained in:
2022-10-05 14:21:29 -04:00
parent 85ffee66c4
commit a0c6613518

4
Jenkinsfile vendored
View File

@@ -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('''