Browse Source

Update 'Jenkinsfile'

master
mh 5 months ago
parent
commit
554a4d498c
  1. 8
      Jenkinsfile

8
Jenkinsfile

@ -2,10 +2,10 @@ pipeline {
agent any
environment {
GITEA_CREDS = 'test'
GITEA_REPO_URL = 'https://github.com/mh-lornejad/jenkins-test3.git'
GITEA_TOKEN = 'your-gitea-token'
MAIN_BRANCH = 'token'
GITEA_CREDS = 'testtest'
GITEA_REPO_URL = 'http://194.5.205.38:3000/mh/TEst.git'
GITEA_TOKEN = '090ac0a087634a808792833fa23368d100ec03d9'
MAIN_BRANCH = 'master'
}
stages {

Loading…
Cancel
Save