Browse Source

Update 'Jenkinsfile'

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

8
Jenkinsfile

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

Loading…
Cancel
Save