Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Jenkins UI で ci skip を有効にし、コミットを送信しましたgit commit -m "testing [ci skip]"- jenkins がまだビルド中であることがわかりました。コミット メッセージで ci skip を使用して jenkins ビルドをスキップする方法を教えてください。ありがとうございました。
git commit -m "testing [ci skip]"
Jenkins に CI Skip のみをインストールし、構成の変更を行わなかった場合は、プロジェクトのビルド環境を構成して CI Skip を有効にする必要があることに注意してください。