1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
This commit is contained in:
Anton Titovets
2025-06-30 10:54:39 +03:00
parent 2060bb99c5
commit cf45e557e6
3 changed files with 7 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ function HomepageHeader() {
particle.className = styles.particle; particle.className = styles.particle;
// Позиционирование внутри header // Позиционирование внутри header
particle.style.left = `${Math.random() * 100}%`; particle.style.left = `${50 + Math.random() * 50}%`;
particle.style.top = `${Math.random() * 100}%`; particle.style.top = `${Math.random() * 100}%`;
particle.style.width = `${Math.random() * 3 + 1}px`; particle.style.width = `${Math.random() * 3 + 1}px`;
particle.style.height = particle.style.width; particle.style.height = particle.style.width;

View File

@@ -1,5 +1,7 @@
pipeline { pipeline {
agent windows agent {
label 'windows'
}
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{

View File

@@ -1,5 +1,7 @@
pipeline { pipeline {
agent windows agent {
label 'windows'
}
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{