This website requires JavaScript.
Explore
Help
Register
Sign In
1c
/
OpenIntegrations
Watch
1
Star
0
Fork
0
You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced
2025-01-22 05:31:17 +02:00
Code
Issues
Releases
Activity
OpenIntegrations
/
ci
/
release
11 lines
175 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Create release
2024-09-20 13:14:15 +03:00
pipeline {
agent any
stages {
stage('Release') {
steps {
Update release
2024-09-20 20:51:38 +03:00
bat 'oscript ./ci/os/releasemaker.os'
Create release
2024-09-20 13:14:15 +03:00
}
}
}
}
Reference in New Issue
Copy Permalink