Changed development server publication condition
This commit is contained in:
		
							
								
								
									
										6
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -36,7 +36,9 @@ pipeline {
 | 
				
			|||||||
            parallel {
 | 
					            parallel {
 | 
				
			||||||
                stage ("git.reslate.systems") {
 | 
					                stage ("git.reslate.systems") {
 | 
				
			||||||
                    when {
 | 
					                    when {
 | 
				
			||||||
                        branch '**/main'
 | 
					                        not {
 | 
				
			||||||
 | 
					                            tag '*.*.*'
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    environment {
 | 
					                    environment {
 | 
				
			||||||
@@ -49,7 +51,7 @@ pipeline {
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
                stage ("pypi.org") {
 | 
					                stage ("pypi.org") {
 | 
				
			||||||
                    when {
 | 
					                    when {
 | 
				
			||||||
                        tag '*.*'
 | 
					                        tag '*.*.*'
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    environment {
 | 
					                    environment {
 | 
				
			||||||
                        TOKEN = credentials('pypi.org')
 | 
					                        TOKEN = credentials('pypi.org')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user